JsonSerializer Serialize T  Method Kentico 8.0 API Reference
Serializes an object to the JSON string.

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

entity
Type: T
The object that contains the data to serialize.

Return Value

Type: OnlineString
JSON string with the serialized object.
See Also