Datasnap.DSServer.TDSServer.MarshalData

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 MarshalData(Data: TObject): TJSONValue;

C++

System::Json::TJSONValue* __fastcall MarshalData(System::TObject* Data);

Description

Marshals any object using the local marshaler.

The MarshalData method marshals any object specified by the Data parameter, using the local marshaler. MarshalData returns a TJSONValue.

See Also