JsonSerializerDeserializeT Method | |
Deserializes JSON data to objects.
Namespace: Lawo.IOAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public static T Deserialize<T>(
string jsonData
)
Parameters
- jsonData
- Type: SystemString
The JSON string.
Type Parameters
- T
- The type to be deserialized (data contract).
Return Value
Type:
TThe data contract object.
See Also