Datasnap.DSServer.TDSServer.GetJSONUnMarshaler

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetJSONUnMarshaler: TJSONUnMarshal;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServer

Description

Returns the unmarshaler for TObject parameters.

The GetJSONUnMarshaler method returns the unmarshaler for TObject parameters as a TJSONUnMarshal.

See Also