Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight
Other versions are also available for the following:
.NET Framework Class Library for Silverlight
System.Runtime.Serialization.Json Namespace

The System.Runtime.Serialization namespace contains classes that can be used for serializing objects to JavaScript Object Notation (JSON) and deserializing objects from JSON.

Serialization is the process of converting an object or a graph of objects into a linear sequence of bytes for either storage or transmission to another location. Deserialization is the process of taking in stored information and re-creating objects from it.

  ClassDescription
Bb907644.pubclass(en-us,VS.95).gifDataContractJsonSerializerSerializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects. This class cannot be inherited.
Bb907644.pubclass(en-us,VS.95).gifJsonReaderWriterFactoryProduces 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 produces instances of XmlDictionaryWriter that can map an XML Infoset to JSON and write JSON-encoded data to a stream.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker