Datasnap.DSClientRest.TDSRestCommand.GetJSONMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestCommand

Delphi

function GetJSONMarshaler: TJSONMarshal;

C++

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

Description

Returns the JSON marshaller for the DataSnap REST command.

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

See Also