Skip to content

Commit c4e158b

Browse files
Update Changelog.md
1 parent 65d41c2 commit c4e158b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,15 @@ Release date: 4.11.2021 (Afternoon)
8888
What 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!

0 commit comments

Comments
 (0)