Datasnap.DSServer.TDSServer.GetJSONUnMarshaler

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

C++

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

Description

Returns the unmarshaler for TObject parameters.

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

See Also