Overload | Description |
---|---|
Deserialize(Type,JSONObject) | Deserializes an object of the specified Type from the data contained in the provided a JSONObject. |
Deserialize(JSONObject) | Deserializes an object from the data contained in the specified JSONObject. |
Generic Deserialize(JSONObject) | Deserializes an object of the specified type T from the data contained in the provided a JSONObject. |
Deserialize(Type,String) | Deserializes an object of the specified Type from the data contained in the provided a JSON string. |
Deserialize(String) | Deserializes an object from the data contained in the provided a JSON string. |
Generic Deserialize(String) | Deserializes an object of the specified type T from the data contained in the provided a JSON string. |
For more information about JSON serialization please see: JSON Serialization.
Requirements
Platforms: Windows 8, Windows 7, Windows Vista, Windows XP Professional, Windows 2000 - Windows Server family: 2012, 2008.R2, 2008, 2003, 2000