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

Namespace: ErrorUnit.Interfaces
Assembly: ErrorUnit.Interfaces (in ErrorUnit.Interfaces.dll) Version: 1.0.1.29696 (1.0.0.1)
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