Releases: rpgmaker/NetJSON
Releases · rpgmaker/NetJSON
v 1.3.2
- Fixed issue with floating point conversion during deserialization
v 1.3.1
- Fixed issue with negative enum values
v 1.3.0
- Fixed issue with incorrect serialization of string encoding
- Added support of ulong Enum
- Allow serialization of nullable value as null when skipping default value
- Added support of interfaces when using NetJSONKnownTypes with IncludeTypeInformation
- Added support for custom type serialization using NetJSON.RegisterCustomTypeSerializer and NetJSON.RegisterCustomTypeDeserializer
v1.2.10.2
- Fixed infinite loop issued caused by "\" in Expando and Dictionary[string,object] types
v 1.2.10.1
- Add SerializeObject method for serialization of object type using underlying type
v 1.2.10
- Fixed Issue with Nullable properties in class not setting properties when using structs
v 1.2.9
- Added support for IReadOnlyDictionary and IReadOnlyList
v 1.2.8
- Fixed issue with deserialization of boolean
- Added support for IReadonlyCollection
v 1.2.7
- Fixed issue with serialization in .net standard 2.x
v 1.2.6
- Introduce support for netstandard2.0, .net framework 4.6.2, .net framework 4.7.2
- Fixed incorrect processing on string boxed in object type.