Datasnap.DSServer.TDSServer.UnMarshalJSON

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnMarshalJSON(Data: TJSONValue): TObject;

C++

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

Properties

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

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