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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -104,3 +104,18 @@ What was added:
104
104
* Fixing bug when blank characters despair from string, also now string can contains any character except quote and nextline!
105
105
* 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!
106
106
#
107
+
108
+
# SerialX 1.2.5
109
+
110
+
Release date: 4.11.2021 (Afternoon)
111
+
112
+
What was added:
113
+
* Serializer can now serialize into any Appendable which includes all Writers, StringBuilder and many others which gives you alot of uportunities!
114
+
* Serializer can now read from any CharSequence or any Reader object!
115
+
* Serializer is now fully capable of reading JSON!
116
+
* Serializer can read specific object or variable while ignoring any other stuff which saves alot of performance (this is experimental)!
117
+
* Slight increase of reading performance!
118
+
* Utility to work with JSON like JsonScope!
119
+
* Alot of new utility in Scope object such as filtering or object transformation!
0 commit comments