Datasnap.DSCommon.TDSClientCallbackChannelManager.GetJSONUnMarshaler

From RAD Studio API Documentation

Delphi

function GetJSONUnMarshaler: TJSONUnMarshal;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Returns the unmarshaler for the registered reverters.

The GetJSONUnMarshaler method returns the unmarshaler for the registered reverters.

See Also