Serializes an object to the JSON string.
Namespace: CMS.DataComAssembly: 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: StringJSON string with the serialized object.
See Also