Datasnap.DSCommon.TDSClientCallbackChannelManager.GetJSONUnMarshaler

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 GetJSONUnMarshaler: TJSONUnMarshal;

C++

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

Description

Returns the unmarshaler for the registered reverters.

The GetJSONUnMarshaler method returns the unmarshaler for the registered reverters.

See Also