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

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit (in ErrorUnit.dll) Version: 1.3.0
Syntax
C#
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