Click or drag to resize

FraudDetectionHelperDeserializeT Method (String)

JSON Deserialization.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static T Deserialize<T>(
	string jsonString
)

Parameters

jsonString
Type: SystemString
The JSON string.

Type Parameters

T
The instance type.

Return Value

Type: T
Deserialized instance of T.
See Also