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.5.94
Syntax
T Deserialize<T>()

Type Parameters

T
Type of the object to deserialize to

Return Value

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