Serializes the specified instance.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Parameters
- instance
- Type: T
The instance. - includeTypeInformation (Optional)
- Type: SystemBoolean
if true then '$type' property is embeded into resulting json. The '$type' property contains full type information of serialized property.
Type Parameters
- T
- Type of instance to deserialize.
Return Value
Type: StringJSON representation of the instance.
See Also