Releases: rpgmaker/NetJSON
Releases · rpgmaker/NetJSON
v 1.2.5
v 1.2.4
v 1.2.3
v 1.2.2
- 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
- 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