System.Runtime.Serialization.Json Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes related to Json serialization.
Classes
DataContractJsonSerializer |
Serializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects. This class cannot be inherited. |
DataContractJsonSerializerSettings |
Specifies DataContractJsonSerializer settings. |
JsonReaderWriterFactory |
Produces instances of XmlDictionaryReader that can read data encoded with JavaScript Object Notation (JSON) from a stream or buffer and map it to an XML Infoset and instances of XmlDictionaryWriter that can map an XML Infoset to JSON and write JSON-encoded data to a stream. |
Interfaces
IXmlJsonReaderInitializer |
Specifies the interface for initializing a JavaScript Object Notation (JSON) reader when reusing them to read from a particular stream or buffer. |
IXmlJsonWriterInitializer |
Specifies the interface for initializing a JavaScript Object Notation (JSON) writer when reusing them to write to a particular output stream. |