IJsonSerializer Methods

.NET Framework 4.5

The IJsonSerializer type exposes the following members.

  NameDescription
Public method Parse Deserializes the JSON to a .NET object.
Public method Serialize Serializes the specified object to a TextWriter.
Top

  NameDescription
Public Extension Method Parse<T> Deserializes the JSON to a .NET object. (Defined by JsonSerializerExtensions.)
Public Extension Method Stringify Serializes the specified object to a JSON string. (Defined by JsonSerializerExtensions.)
Top
Show: