The JsonUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Deserialize(String, Boolean, Boolean) |
Deserializes the specified JSON string.
|
![]() ![]() | DeserializeT(Stream) |
Deserializes the specified JSON stream.
|
![]() ![]() | DeserializeT(String) |
Deserializes the specified JSON string.
|
![]() ![]() | SerializeT |
Serializes the specified instance.
|
![]() ![]() | SerializeAllT |
Serializes the specified instance.
|
See Also