System.Runtime.Serialization.Json
TOC
Collapse the table of content
Expand the table of content

System.Runtime.Serialization.Json Namespace

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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
Public classDataContractJsonSerializerSerializes objects to the JavaScript Object Notation (JSON) and deserializes JSON data to objects. This class cannot be inherited.
Public classDataContractJsonSerializerSettingsSpecifies DataContractJsonSerializer settings.

Show:
© 2017 Microsoft