Datasnap.DSClientRest.TDSRestCachedItem.UnmarshalValue
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSRestCachedItem | |
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);
Description
Unmarshals any JSON value.
The UnmarshalValue method is used to unmarshal any JSON value.