Click or drag to resize

CFXJsonSerializerDeserializeObjectT Method (String)

[This is preliminary documentation and is subject to change.]

Namespace:  CFX.Utilities
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public static T DeserializeObject<T>(
	string jsonData
)

Parameters

jsonData
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also