Datasnap.DSClientRest.TDSRestCachedItem.UnmarshalValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

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);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCachedItem

Description

Annule le marshaling de toute valeur JSON.

La méthode UnmarshalValue est utilisée pour annuler le marshaling de toute valeur JSON.

Voir aussi