Skip to content

BigDecimal Serialization

Latest
Compare
Choose a tag to compare
@xeraa xeraa released this 30 Sep 00:29
· 18 commits to master since this release

Added two more possibilities to showcase:

  • Manual serialization with .toString() in prePersist() and the reverse operation in postLoad().
  • @Serialized
  • Custom serializer

Additionally, fixed a bug on polymorphic classes