Hi Is there a way to have a data class from IntEn...
# exposed
j
Hi Is there a way to have a data class from IntEntity ? Something like that ?
Copy code
data class AClass (id: EntityID<Int>) : IntEntity(id)
If not any documentation on how to transform the AClass to a data class to be serialize ? Tnx