TheCommRequestResponse..::..ParseRequestMessageJSON<(Of <(<'T>)>)> Method
Deserializes the JSON string in the PLS of message into an object of type T. If it cannot be deserialized, returns the default of T.
Namespace:
nsCDEngine.CommunicationAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Type Parameters
- T
Parameters
- message
- Type: nsCDEngine.BaseClasses..::..TSM
The TSM that contains the PLS to be parsed.