Datasnap.DSCommon.TDSClientCallbackChannelManager.UnMarshalJSON
Delphi
function UnMarshalJSON(Data: TJSONValue): TObject;
C++
System::TObject* __fastcall UnMarshalJSON(System::Json::TJSONValue* Data);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | Datasnap.DSCommon.pas Datasnap.DSCommon.hpp |
Datasnap.DSCommon | TDSClientCallbackChannelManager |
Beschreibung
Führt das Unmarshalling von Daten mit Hilfe des lokalen Unmarshallers aus.
Die Methode UnMarshalJSON führt das Unmarshalling der im Parameter Data angegebenen Daten mit Hilfe des lokalen Unmarshallers aus.