Datasnap.DSClientRest.TDSRestCachedItem.UnmarshalValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function UnmarshalValue<T: class>(AConnection: TDSRestConnection; AOwnsObject: Boolean;  const ARequestFilter: string): T;

C++

template<typename T> T __fastcall UnmarshalValue(TDSRestConnection* AConnection, bool AOwnsObject, const System::UnicodeString ARequestFilter);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem

Beschreibung

Wird für das Unmarshalling aller JSON-Werte verwendet.

Die Methode UnmarshalValue wird für das Unmarshalling aller JSON-Werte verwendet.

Siehe auch