Datasnap.DSServer.TDSServer.UnMarshalJSON

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function UnMarshalJSON(Data: TJSONValue): TObject;

C++

System::TObject* __fastcall UnMarshalJSON(System::Json::TJSONValue* Data);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Beschreibung

Führt das Unmarshaling einer TJSONValue-Klasse mit Hilfe des lokalen Unmarshalers aus.

Die Methode UnMarshalJSON führt das Unmarshaling einer TJSONValue-Klasse mit Hilfe des lokalen Unmarshalers aus. UnMarshalJSON gibt eine TObject-Klasse zurück.

Siehe auch