JsonSerializerUnserializeT Method |
Parses the JSON string and returns the deserialized object.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.2.23
Syntax public T Unserialize<T>(
string content
)
where T : class
Parameters
- content
- Type: SystemString
The JSON string with the serialized object.
Type Parameters
- T
- The type of object to deserialize.
Return Value
Type:
TThe deserialized object.
See Also