JSONFormatter Methods |
The JSONFormatter type exposes the following members.
Name | Description | |
---|---|---|
DeserializeT |
Deserializes a given string into an object that implements IJSONSerializable.
| |
Serialize(IJSONSerializable) |
Serializes a IJSONSerializable into a string.
| |
Serialize(JSONObject) |
Serializes a JSONObject into a string.
|