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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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