Datasnap.DSServer.TDSServer.UnMarshalJSON

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

C++

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

Description

Unmarshals a TJSONValue using the local unmarshaler.

The UnMarshalJSON method unmarshals a TJSONValue specified by the Data parameter, using the local unmarshaler. UnMarshalJSON returns a TObject.

See Also