Skip to content

Releases: rpgmaker/NetJSON

v 1.3.3

Choose a tag to compare

@rpgmaker rpgmaker released this 18 Jan 06:05
  • Fixed issue with deserializing empty character

v 1.3.2

Choose a tag to compare

@rpgmaker rpgmaker released this 18 Sep 01:05
  • Fixed issue with floating point conversion during deserialization

v 1.3.1

Choose a tag to compare

@rpgmaker rpgmaker released this 03 Jul 07:15
  • Fixed issue with negative enum values

v 1.3.0

Choose a tag to compare

@rpgmaker rpgmaker released this 27 May 20:39
  • 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

Choose a tag to compare

@rpgmaker rpgmaker released this 13 Mar 08:45
  • Fixed infinite loop issued caused by "\" in Expando and Dictionary[string,object] types

v 1.2.10.1

Choose a tag to compare

@rpgmaker rpgmaker released this 18 Feb 16:27
  • Add SerializeObject method for serialization of object type using underlying type

v 1.2.10

Choose a tag to compare

@rpgmaker rpgmaker released this 14 Feb 03:39
  • Fixed Issue with Nullable properties in class not setting properties when using structs

v 1.2.9

Choose a tag to compare

@rpgmaker rpgmaker released this 13 Nov 02:34
  • Added support for IReadOnlyDictionary and IReadOnlyList

v 1.2.8

Choose a tag to compare

@rpgmaker rpgmaker released this 12 Nov 02:30
  • Fixed issue with deserialization of boolean
  • Added support for IReadonlyCollection

v 1.2.7

Choose a tag to compare

@rpgmaker rpgmaker released this 14 Sep 00:46
  • Fixed issue with serialization in .net standard 2.x