Releases: rpgmaker/NetJSON
Releases · rpgmaker/NetJSON
v 1.3.3
Compare
Sorry, something went wrong.
No results found
Fixed issue with deserializing empty character
v 1.3.2
Compare
Sorry, something went wrong.
No results found
Fixed issue with floating point conversion during deserialization
v 1.3.1
Compare
Sorry, something went wrong.
No results found
Fixed issue with negative enum values
v 1.3.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed infinite loop issued caused by "\" in Expando and Dictionary[string,object] types
v 1.2.10.1
Compare
Sorry, something went wrong.
No results found
Add SerializeObject method for serialization of object type using underlying type
v 1.2.10
Compare
Sorry, something went wrong.
No results found
Fixed Issue with Nullable properties in class not setting properties when using structs
v 1.2.9
Compare
Sorry, something went wrong.
No results found
Added support for IReadOnlyDictionary and IReadOnlyList
v 1.2.8
Compare
Sorry, something went wrong.
No results found
Fixed issue with deserialization of boolean
Added support for IReadonlyCollection
v 1.2.7
Compare
Sorry, something went wrong.
No results found
Fixed issue with serialization in .net standard 2.x