Click or drag to resize

PFApplicationRestHandlerSerializeResult 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
C#
protected string SerializeResult(
	Object result
)

Parameters

result
Type: SystemObject

Return Value

Type: String
See Also