Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5cb31f4

Browse files
Update Changelog.md
1 parent 019e8c7 commit 5cb31f4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎Changelog.md‎

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,21 +284,22 @@ What was added:<br>
284284

285285
# SerialX 1.3.9
286286

287-
Release date: July
287+
Release date: 8.4.2025
288288

289289
### Notable changes:
290290
* A new, far performant, reading and lexing method was written for parsing, resulting in almost 2x improvement when deserializing a large amount of data.
291291
* Serializer now provides an option to implement a custom code formatting flag, including the option to disable formatting entirely (so no indentation or new line blank characters will be present).
292-
*
292+
* DataConverter `CharSequence toString(ParserRegistry myHomeRegistry, Object obj, Object... args)` was changed to `Appendable toString(Appendable source, ParserRegistry myHomeRegistry, Object obj, Object... args) throws IOException` where now, instead of creating the string from the object and returning it, you are supposed to append it directly into the provided source. In this way, you do not have to create your own StringBuilders.
293+
* This is far more optimal, and together with formatting flags, results in 2x, sometimes even 3x increase in performance when serializing, especially with larger amounts of data.
293294
* Key Serializer methods, LoadFrom and SerializeTo were renamed to camel case (original PascalCase was largely a legacy thing...).
294295
* JsonVariableConverter was added as JSON-specific variant of VariableConverter.
295296
* ArrayConverter now supports proper serializing of 0 and 1 length arrays (@ identifier for arrays).
296297
* Slight default formatting changes (';' is no longer used for the last element, similarly to JSON).
297298
* Other smaller optimizations and API improvements.
298299
* hashCode for GenericScope
299-
* Deprecations were removed...
300+
* Deprecateds were removed...
300301
* More Unit/Integration tests...
301-
* Minor bug fixes.
302+
* Minor bug fixes and Javadoc improvements.
302303

303304
# SerialX 1.4.0
304305

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /