IJsonSerializerDeserializeT Method |
Deserializes the specified json.
Namespace: ErrorUnit.InterfacesAssembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
Syntax T Deserialize<T>(
string json
)
Parameters
- json
- Type: SystemString
The json.
Type Parameters
- T
- The type to deserialize too.
Return Value
Type:
Tthe deserialized object
See Also