Datasnap.DSCommon.TDSClientCallbackChannelManager.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
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