RestModuleDeserializeParamT Method |
Deserializes an object received in a request. Respects request parameters.
Namespace:
Packflow.Rest
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax protected T DeserializeParam<T>(
string serializedObject,
Type specificType = null
)
where T : class
Parameters
- serializedObject
- Type: SystemString
- specificType (Optional)
- Type: SystemType
Type Parameters
- T
Return Value
Type:
TSee Also