JsonNetSerializer Methods
.NET Framework 4.5
Top
Top
The JsonNetSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Parse | Deserializes the JSON to a .NET object. |
|
Serialize | Serializes the specified object to a TextWriter. |
|
ToString | (Inherited from Object.) |
| 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: