Datasnap.DSServer.TDSServer.GetJSONMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetJSONMarshaler: TJSONMarshal;

C++

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

Description

Returns the marshaler for TObject parameters.

The GetJSONMarshaler method returns the marshaler for TObject parameters as a TJSONMarshal.

See Also