Data.DBXClient.TDBXClientCommand.GetJSONUnMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONUnMarshaler: TJSONUnMarshal;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Returns the unmarshaler for TObject parameters.

GetJSONUnMarshaler returns the unmarshaler for TObject parameters as a TJSONUnMarshal.


See Also