ErrorUnitCentral_DeserializeT Method |
Deserializes the specified json.
Namespace: ErrorUnitAssembly: ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax public static 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