Datasnap.DSServer.TDSServer.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.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Returns the marshaler for TObject parameters.

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

See Also