4 out of 10 rated this helpful - Rate this topic

System.Runtime.Serialization.Json Namespace

Provides classes related to Json serialization.

  ClassDescription
Public classSupported by Portable Class LibrarySupported in .NET for Windows Store appsDataContractJsonSerializerSerializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects. This class cannot be inherited.
Public classSupported in .NET for Windows Store appsDataContractJsonSerializerSettingsSpecifies DataContractJsonSerializer settings.
Public classJsonReaderWriterFactoryProduces 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
Public interfaceIXmlJsonReaderInitializerSpecifies the interface for initializing a JavaScript Object Notation (JSON) reader when reusing them to read from a particular stream or buffer.
Public interfaceIXmlJsonWriterInitializerSpecifies the interface for initializing a JavaScript Object Notation (JSON) writer when reusing them to write to a particular output stream.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.