Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Runtime.Serialization.Json Namespace

 

Provides classes related to Json serialization.

ClassDescription
System_CAPS_pubclassDataContractJsonSerializer

Serializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects. This class cannot be inherited.

System_CAPS_pubclassDataContractJsonSerializerSettings

Specifies DataContractJsonSerializer settings.

System_CAPS_pubclassJsonReaderWriterFactory

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.

InterfaceDescription
System_CAPS_pubinterfaceIXmlJsonReaderInitializer

Specifies the interface for initializing a JavaScript Object Notation (JSON) reader when reusing them to read from a particular stream or buffer.

System_CAPS_pubinterfaceIXmlJsonWriterInitializer

Specifies the interface for initializing a JavaScript Object Notation (JSON) writer when reusing them to write to a particular output stream.

Return to top
Show:
© 2017 Microsoft