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
* Now you can access Java utility from SerialX, you can invoke public sttaic methods and fields directly from SerialX!
91
+
* Now you can access Java utility from SerialX, you can invoke public static methods and fields directly from SerialX!
92
92
* SelfSerializable interface which gives you ability to serialize objects without protocol by calling public constructors!
93
93
* Static field "new" to obtain clone of variable and "class" to obtain class of variables value!
94
94
* 4 new protocols:
95
95
** MapProtocol - to serialize maps!
96
96
** ScopeProtocols (reading only) to read scopes using protocol!
97
-
** AutoProtocol - will automaticaly serialize selected fields with getters and setters!
97
+
** AutoProtocol - will automatically serialize selected fields with getters and setters!
98
98
** SelfSerializableProtocol - operates with SelfSerializable interface!
99
-
*Trumendous writing performence boost! Large quantity writing is now up to 80x faster than in previous version.
100
-
* Eliminating usage of Regex completely which resaults in to even faster reading!
99
+
*Tremendous writing performance boost! Large quantity writing is now up to 80x faster than in previous version.
100
+
* Eliminating usage of Regex completely which results into even faster reading!
101
101
* Now you can access variables of scopes by "." directly in SerialX!
102
102
* Fixing bug when blank characters despair from string, also now string can contains any character except quote and nextline!
103
-
* SerialX API is now partially opensource, however according to the License you cant appropriate any of this code without including its origins!
103
+
* SerialX API is now partially opensource, the sources are included in main Jar, however according to the License you cant appropriate any of this code without including its origins!
0 commit comments