Data.DBXClient.TDBXClientCommand.GetJSONUnMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: TDBXClientCommand

Delphi

function GetJSONUnMarshaler: TJSONUnMarshal;

C++

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

Description

Returns the unmarshaler for TObject parameters.

GetJSONUnMarshaler returns the unmarshaler for TObject parameters as a TJSONUnMarshal.


See Also