Serializes and deserializes objects into and from the JSON format. The JsonSerializer enables you to control how objects are encoded into JSON.

Namespace: Newtonsoft.Json
Assembly: Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 4.5.0.0 (4.5.11.15729)

Syntax

C#
public class JsonSerializer
Visual Basic
Public Class JsonSerializer
Visual C++
public ref class JsonSerializer

Inheritance Hierarchy

System..::..Object
  Newtonsoft.Json..::..JsonSerializer

See Also