Skip to content

Releases: rpgmaker/NetJSON

v 1.2.5

16 May 02:51
Compare
Choose a tag to compare
  • Fixed incorrect processing on string boxed in object type

v 1.2.4

03 May 03:46
Compare
Choose a tag to compare
  • Fixed issue with not deserializing dictionary that uses integer as key properly

v 1.2.3

20 Apr 20:05
Compare
Choose a tag to compare
  • Fixed issue with Deserializing large integer in object type (#192)

v 1.2.2

05 Dec 04:13
Compare
Choose a tag to compare
  • Add support for Deserialize(Type, string, NetJSONSettings)
  • Add support for serialization/deserialization of ICollection/IList/IEnumerable
  • Fixed encoding/decoding issue with string containing quotes
  • Improve performance for decoding strings with hexidecimal value (Ex. \u0000)

v 1.2.1.10

11 Jul 01:38
Compare
Choose a tag to compare
  • Fixed issue with deserialization of enum using flags
  • Added support for specifying customization delegate that allows developer to specify custom name and determine when serialization occurs for a given property/field using NetJSON.SerializeAs and NetJSON.CanSerialize
  • Added support for retrieving names of fields/properties using XmlAttribute and XmlElement

v 1.2.1.9

30 Jan 00:21
Compare
Choose a tag to compare
  • Fixed issue with deserialization when char is used with a complex object

v 1.2.1.8

26 Dec 20:52
Compare
Choose a tag to compare
  • Added missing dependencies for .net standard 1.6
  • Removed unused targets
  • Added support for Date string formatting

v 1.2.1.6

14 Dec 00:33
Compare
Choose a tag to compare
  • Fixed issue with using NetJSONProperty Attribute when StringOptimization is enabled

v 1.2.1.5

21 Oct 12:05
Compare
Choose a tag to compare
  • Fixed issue with invalid json not throwing exception

v 1.2.1.4

21 Sep 01:33
Compare
Choose a tag to compare
  • Fixed nullable issue with skip default option