RestModuleSerializeResult Method |
Serializes an object (using JSON) to be returned in the response. 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 string SerializeResult(
Object result
)
Parameters
- result
- Type: SystemObject
Return Value
Type:
StringSee Also