File tree 1 file changed +2
-0
lines changed 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,15 @@ Release date: 4.11.2021 (Afternoon)
88
88
What was added:
89
89
* Ability to serialize Scope object!
90
90
* Ability to clone Objects using Serializer!
91
+ * Ability to instantiate any object using Serializer by calling shortest public cnstructor!
91
92
* Now you can access Java utility from SerialX, you can invoke public static methods and fields directly from SerialX!
92
93
* SelfSerializable interface which gives you ability to serialize objects without protocol by calling public constructors!
93
94
* Static field "new" to obtain clone of variable and "class" to obtain class of variables value!
94
95
* 4 new protocols:
95
96
* * MapProtocol - to serialize maps!
96
97
* * ScopeProtocols (reading only) to read scopes using protocol!
97
98
* * AutoProtocol - will automatically serialize selected fields with getters and setters!
99
+ * * EnumProtocol - to serialize any java enum!
98
100
* * SelfSerializableProtocol - operates with SelfSerializable interface!
99
101
* Tremendous writing performance boost! Large quantity writing is now up to 80x faster than in previous version.
100
102
* Eliminating usage of Regex completely which results into even faster reading!
You can’t perform that action at this time.
0 commit comments