Click or drag to resize

CFXMessageFromJsonT Method

Creates a new instance of a CFX message of the type specified, using the JSON data provided

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public static T FromJson<T>(
	string jsonData
)
where T : CFXMessage

Parameters

jsonData  String
A JSON representation of the message to create

Type Parameters

T
The Type of message to create

Return Value

T
The newly created instnace of a CFX message
See Also