feat: Bumps Serialization Generator for better support (#2292)

### Summary

* Adds better `SaveFlag` support.
* Fixes `SortedSet` support.
* Adds custom comparer support for `SortedSet`.
* Fixes various bugs.
* Adds support for `struct`, `record`, and `generic` classes.
* Adds support for `readonly` fields by skipping serializaton entirely.
* Adds support for interface fields that inherit ISerializable
* Adds tests.

See: 59a92cc49a
This commit is contained in:
Kamron Batman 2025-12-26 14:27:24 -08:00 committed by GitHub
parent 99d8a3db41
commit bde072f81c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"modernuoschemagenerator": {
"version": "2.13.0",
"version": "2.14.1",
"commands": [
"ModernUOSchemaGenerator"
]