Skip to content

SerialX 1.2.5

Compare
Choose a tag to compare
@SimplyProgrammer SimplyProgrammer released this 16 May 20:41
· 92 commits to master since this release
6a35a90

Native and universal!

What was added:

  • Serializer can now serialize into any Appendable which includes all Writers, StringBuilder and many others which gives you a lot of opportunities!
  • Serializer can now read from any CharSequence or any Reader object!
  • Serializer is now fully capable of reading JSON!
  • Serializer can read specific object or variable while ignoring any other stuff which saves a lot of performance (this is experimental)!
  • Slight increase of reading performance!
  • Utility to work with JSON like JsonScope!
  • A lot of new utility in Scope object such as filtering or object transformation!
  • Small bugs fixed!