Datasnap.DSClientRest.TDSRestCommand.GetJSONMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONMarshaler: TJSONMarshal;

C++

Data::Dbxjsonreflect::TJSONMarshal* __fastcall GetJSONMarshaler();

Properties

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

Description

Returns the JSON marshaller for the DataSnap REST command.

The GetJSONMarshaler method returns the JSON marshaller for the DataSnap REST command.

See Also