Releases: SimplyProgrammer/Java-SerialX
Releases · SimplyProgrammer/Java-SerialX
SerialX 1.1.0
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
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)
Cosmetic changes!
What was added:
- Ability to generate comments.
- Fixing some small bugs.
SerialX 1.0.0 (beta)
The birth of SerialX.
What was added:
- Serializer utility class.
- 2 build-in protocols.