SerialX 1.1.0
SimplyProgrammer
released this
22 Sep 12:46
·
177 commits
to master
since this release
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!