Datasnap.DSServer.TDSServer.UnMarshalJSON
[–] 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.