JsonSerializer Methods |
The JsonSerializer type exposes the following members.
Name | Description | |
---|---|---|
SerializeT |
Serializes an object to the JSON string.
| |
UnserializeT |
Parses the JSON string and returns the deserialized object.
|