Click or drag to resize

CFXJsonSerializerDeserializeObject(String, Type) Method

Converts a string in JSON format into the CFX object that it represents

Namespace: CFX.Utilities
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static Object DeserializeObject(
	string jsonData,
	Type type
)

Parameters

jsonData  String
A string in JSON format which represents the CFX object
type  Type
The Type of the object

Return Value

Object
An object of type T which is represented by the jsonData parameter
See Also