Click or drag to resize
ErrorUnitCentral_DeserializeT Method
Deserializes the specified json.

Namespace: ErrorUnit
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
public static T _Deserialize<T>(
	string json
)

Parameters

json
Type: SystemString
The json.

Type Parameters

T
The type to deserialize too.

Return Value

Type: T
the deserialized object
See Also