public static class JsonUtility
Public NotInheritable Class JsonUtility
public ref class JsonUtility abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type JsonUtility = class end
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. |