Skip to content

Releases: rpgmaker/NetJSON

v 1.3.2

18 Sep 01:05
Compare
Choose a tag to compare
  • Fixed issue with floating point conversion during deserialization

v 1.3.1

03 Jul 07:15
Compare
Choose a tag to compare
  • Fixed issue with negative enum values

v 1.3.0

27 May 20:39
Compare
Choose a tag to compare
  • 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

13 Mar 08:45
Compare
Choose a tag to compare
  • Fixed infinite loop issued caused by "\" in Expando and Dictionary[string,object] types

v 1.2.10.1

18 Feb 16:27
Compare
Choose a tag to compare
  • Add SerializeObject method for serialization of object type using underlying type

v 1.2.10

14 Feb 03:39
Compare
Choose a tag to compare
  • Fixed Issue with Nullable properties in class not setting properties when using structs

v 1.2.9

13 Nov 02:34
Compare
Choose a tag to compare
  • Added support for IReadOnlyDictionary and IReadOnlyList

v 1.2.8

12 Nov 02:30
Compare
Choose a tag to compare
  • Fixed issue with deserialization of boolean
  • Added support for IReadonlyCollection

v 1.2.7

14 Sep 00:46
Compare
Choose a tag to compare
  • Fixed issue with serialization in .net standard 2.x

v 1.2.6

25 Aug 18:47
Compare
Choose a tag to compare
  • Introduce support for netstandard2.0, .net framework 4.6.2, .net framework 4.7.2
  • Fixed incorrect processing on string boxed in object type.