IJsonSerializer Methods
.NET Framework 4.5
Top
Top
The IJsonSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Parse | Deserializes the JSON to a .NET object. |
|
Serialize | Serializes the specified object to a TextWriter. |
| Name | Description | |
|---|---|---|
|
Parse<T> | Deserializes the JSON to a .NET object. (Defined by JsonSerializerExtensions.) |
|
Stringify | Serializes the specified object to a JSON string. (Defined by JsonSerializerExtensions.) |
Show: