Datasnap.DSCommon.TDSClientCallbackChannelManager.GetJSONMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Unit: Datasnap.DSCommon
Parent: TDSClientCallbackChannelManager

Delphi

function GetJSONMarshaler: TJSONMarshal;

C++

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

Description

Returns the marshaler for the registered converters.

The GetJSONMarshaler method returns the marshaler for the registered converters.

See Also