Datasnap.DSClientRest.TDSRestCommand.GetJSONUnMarshaler

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 GetJSONUnMarshaler: TJSONUnMarshal;

C++

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

Description

Returns the JSON unmarshaller for the DataSnap REST command.

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

See Also