JsonSerializer Unserialize T  Method Kentico 8.0 API Reference
Parses the JSON string and returns the deserialized object.

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

Parameters

content
Type: OnlineSystem String
The JSON string with the serialized object.

Return Value

Type: T
The deserialized object.
See Also