IJsonTechnicalMetadataDeserializeT Method
|
Deserialize the JSON into an actual object
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax Function Deserialize(Of T) As T
generic<typename T>
T Deserialize()
abstract Deserialize : unit -> 'T
Type Parameters
- T
- Type of the object to deserialize to
Return Value
Type:
TThe converted object
Remarks Exception will be thrown, if the JSON is not well-formed
See Also