ErrorUnit
ErrorUnit
Namespaces
ErrorUnit.JsonSerializer
ErrorUnitJsonSerializer Class
ErrorUnitJsonSerializer Methods
Deserialize(T) Method
Serialize(T) Method
ErrorUnitJsonSerializer
Deserialize
T
Method
Deserializes the specified json.
Namespace:
ErrorUnit.JsonSerializer
Assembly:
ErrorUnit (in ErrorUnit.dll) Version: 1.0.0.27669 (1.0.0.0)
Syntax
C#
Copy
public
T
Deserialize
<T>(
string
json
)
Parameters
json
Type:
System
String
The json.
Type Parameters
T
The type to deserialize too.
Return Value
Type:
T
the deserialized object
Implements
IJsonSerializer
Deserialize
T
(String)
See Also
Reference
ErrorUnitJsonSerializer Class
ErrorUnit.JsonSerializer Namespace
Copyright John Gold Inc 2016