Datasnap.DSCommon.TDSClientCallbackChannelManager.GetJSONMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONMarshaler: TJSONMarshal;

C++

Data::Dbxjsonreflect::TJSONMarshal* __fastcall GetJSONMarshaler();

Properties

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

Description

Returns the marshaler for the registered converters.

The GetJSONMarshaler method returns the marshaler for the registered converters.

See Also