static T EasyJSON.Serializer.Deserialize< T > |
( |
this string |
json | ) |
|
|
static |
Deserialize the specified json string input into an object of the specified type.
- Parameters
-
json | The json input string. |
- Template Parameters
-
T | The object type to construct. |
static T EasyJSON.Serializer.Deserialize< T > |
( |
this WWW |
www | ) |
|
|
static |
Deserialize the response body from a WWW object.
- Parameters
-
www | The WWW object to deserialize the body response. |
- Template Parameters
-
T | The object type to construct. |
static string EasyJSON.Serializer.Serialize< T > |
( |
T |
value | ) |
|
|
static |
Serialize the specified object into a json string.
- Parameters
-
value | The object to serialize. |
- Template Parameters
-
The documentation for this class was generated from the following file: