Added two more possibilities to showcase:
- Manual serialization with
.toString()
inprePersist()
and the reverse operation inpostLoad()
. @Serialized
- Custom serializer
Additionally, fixed a bug on polymorphic classes
Added two more possibilities to showcase:
.toString()
in prePersist()
and the reverse operation in postLoad()
.@Serialized
Additionally, fixed a bug on polymorphic classes