Skip to content

SerialX 1.1.2

Compare
Choose a tag to compare
@SimplyProgrammer SimplyProgrammer released this 27 Sep 18:32
· 146 commits to master since this release
389160b

Binary and hexadecimal!

What was added:

  • Integers now can be serialized using Java binary and hexadecimal form (0b1111, 0xffff)!
  • Numbers can be separated with underscore (just like in Java)!
  • Fixing the bug when formatter mess up decimals suffixes and integers!