C-DEngine 5.105

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.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static T ParseRequestMessageJSON<T>(
	TSM message
)
Public Shared Function ParseRequestMessageJSON(Of T) ( _
	message As TSM _
) As T
public:
generic<typename T>
static T ParseRequestMessageJSON(
	TSM^ message
)

Type Parameters

T

Parameters

message
Type: nsCDEngine.BaseClasses..::..TSM
The TSM that contains the PLS to be parsed.

Return Value