You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,3 +27,17 @@ What was added:
27
27
* Objects serialized using protocol with no arguments will now not by serialized with null argument!
28
28
* Repairing an error with long suffix!
29
29
#
30
+
31
+
# SerialX 1.1.0
32
+
33
+
Release date: 9.21.2020 (Evening)
34
+
35
+
What was added:
36
+
* Adding decimal number formatter!
37
+
* "unserialize" method in SerializationProtocol now throws Exception which makes reflection stuff easier!
38
+
* Fixing some problems such as "Too big objects simply disappear during serialization!"
39
+
* Better optimization. Improving the performance of Serializing and Unserializing astronomically!
40
+
* 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!
41
+
Numbers must have additional character behind for example '4/' otherwise they will be taken as ASCII code!
0 commit comments