Click or drag to resize

IJsonTechnicalMetadataDeserializeT Method


Deserialize the JSON into an actual object

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
T Deserialize<T>()

Type Parameters

T
Type of the object to deserialize to

Return Value

T
The converted object
Remarks
Exception will be thrown, if the JSON is not well-formed
See Also