File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 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)
8888What was added:
8989* Ability to serialize Scope object!
9090* Ability to clone Objects using Serializer!
91+ * Ability to instantiate any object using Serializer by calling shortest public cnstructor!
9192* Now you can access Java utility from SerialX, you can invoke public static methods and fields directly from SerialX!
9293* SelfSerializable interface which gives you ability to serialize objects without protocol by calling public constructors!
9394* Static field "new" to obtain clone of variable and "class" to obtain class of variables value!
9495* 4 new protocols:
9596* * MapProtocol - to serialize maps!
9697* * ScopeProtocols (reading only) to read scopes using protocol!
9798* * AutoProtocol - will automatically serialize selected fields with getters and setters!
99+ * * EnumProtocol - to serialize any java enum!
98100* * SelfSerializableProtocol - operates with SelfSerializable interface!
99101* Tremendous writing performance boost! Large quantity writing is now up to 80x faster than in previous version.
100102* Eliminating usage of Regex completely which results into even faster reading!
You can’t perform that action at this time.
0 commit comments