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: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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