Releases: rpgmaker/NetJSON
Releases · rpgmaker/NetJSON
v1.1.0.2
v 1.0.15.5
- Fixed issue with serializing/deserializing nullable types such as DateTime, Guid, and TimeSpan.
- Added support for Polymorphism by adding
NetJSON.IncludeTypeInformation - Added NetJSON.NetJSONKnownType to allow registering type that can be use to determine what goes into $type when NetJSON.IncludeTypeInformation is enabled.
v 1.0.15.4
- Fixed missing quote caused by multithreads
v 1.0.15.3
- Fixed issue with string encoding when using quote characters
v 1.0.15.2
v 1.0.15.1
- Enabled Field Serialization by default
- Temporary disable string reading optimization
- Improve overall performance
v 1.0.15
- Fixed issue with missing Millisecond when serializing date
- Fixed issue with ISO format serialization
- Added support for NetJSON.TimeZoneFormat (Unspecified|Utc|Local) to allow formatting of timezone for date serialization
- Added ShareAssembly flag to determine when to use single or multiple assembly for generated types during serialization/deserialization
v 1.0.14.1
- Fixed issue with deserializing string that may contain iso date format
- Add support for deserialization of nullable for both class/dictionary/list