Skip to content

Releases: SimplyProgrammer/Java-SerialX

SerialX 1.1.0

22 Sep 12:46
9ff8e9a
Compare
Choose a tag to compare

Faster than fastest!

What was added:

  • Adding decimal number formatter!
  • "unserialize" method in SerializationProtocol now throws Exception which makes reflection stuff easier!
  • Fixing some problems such as "Too big objects simply disappear during serialization!"
  • Better optimization. Improving the performance of Serializing and Unserializing astronomically!
  • Some characters now can be serialized using regular Java way for example 'a'! However SerialX syntax characters such as { or } must be still serialized using ASCII code! Numbers must have additional character behind for example '4/' otherwise they will be taken as ASCII code!
  • Some new methods and stuff!

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.