Serializes an object to the JSON string.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- entity
- Type: T
The object that contains the data to serialize.
Return Value
Type: StringJSON string with the serialized object.
See Also