Skip to content

Releases: SimplyProgrammer/Java-SerialX

SerialX 1.0.6

22 Aug 19:07
8655818
Compare
Choose a tag to compare

Another cosmetic changes but important ones!

What was added:

  • Improving way to serialize numbers.
  • Adding suffixes for double "d", short "s" and byte "y"!
  • Repairing an error with long suffix (456L)!
  • Java Base64 serialized object now does not need to start with "#"!
  • Objects serialized using protocol with no arguments will no longer be serialized with null argument!

SerialX 1.0.5 (beta)

20 Aug 21:31
759620b
Compare
Choose a tag to compare

Cosmetic changes!

What was added:

  • Ability to generate comments.
  • Fixing some small bugs.

SerialX 1.0.0 (beta)

14 Aug 18:43
79570e6
Compare
Choose a tag to compare

The birth of SerialX.

What was added:

  • Serializer utility class.
  • 2 build-in protocols.