IJsonTechnicalMetadataDeserializeT Method
|
Deserialize the JSON into an actual object
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxFunction 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
TThe converted object
RemarksException will be thrown, if the JSON is not well-formed
See Also