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 61b77a8

Browse files
Update Changelog.md
1 parent 3b791c2 commit 61b77a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎Changelog.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,15 @@ Release date: 8.8.2025
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).
292292
* 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.
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.
294294
* Key Serializer methods, LoadFrom and SerializeTo were renamed to camel case (original PascalCase was largely a legacy thing...).
295295
* JsonVariableConverter was added as JSON-specific variant of VariableConverter.
296296
* ArrayConverter now supports proper serializing of 0 and 1 length arrays (@ identifier for arrays).
297297
* Slight default formatting changes (';' is no longer used for the last element, similarly to JSON).
298298
* Other smaller optimizations and API improvements.
299-
* hashCode for GenericScope
300-
* Deprecateds were removed...
301-
* More Unit/Integration tests...
299+
* hashCode for GenericScope
300+
* Deprecateds were removed...
301+
* More Unit/Integration tests...
302302
* Minor bug fixes and Javadoc improvements.
303303

304304
# SerialX 1.4.0

0 commit comments

Comments
(0)

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