Datasnap.DSClientRest.TDSRestCommand.GetJSONUnMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONUnMarshaler: TJSONUnMarshal;

C++

Data::Dbxjsonreflect::TJSONUnMarshal* __fastcall GetJSONUnMarshaler(void);

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestCommand

Description

Returns the JSON unmarshaller for the DataSnap REST command.

The GetJSONUnMarshaler method returns the JSON unmarshaller for the DataSnap REST command.

See Also