CFXMessageFromJsonT Method |
Creates a new instance of a CFX message of the type specified, using the JSON data provided
Namespace: CFXAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static T FromJson<T>(
string jsonData
)
where T : CFXMessage
Public Shared Function FromJson(Of T As CFXMessage) (
jsonData As String
) As T
Parameters
- jsonData String
- A JSON representation of the message to create
Type Parameters
- T
- The Type of message to create
Return Value
TThe newly created instnace of a CFX message
See Also