JSONWriter ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Writes primitive types, JSONDataObjects, JSONDynamicObjects, IEnumerable and IDictionary - implementers into string or stream. Can also write IJSONWritable-implementing types that directly serialize their state into JSON. This class does not serialize regular CLR types (that do not implement IJSONWritable), use JSONSerializer for full functionality
Inheritance Hierarchy

OnlineSystem Object
  NFX.Serialization.JSON JSONWriter

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static class JSONWriter
See Also