Datasnap.DSCommon.TDSClientCallbackChannelManager.UnMarshalJSON
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Datasnap.DSCommon.pas Datasnap.DSCommon.hpp
| |
Unit: Datasnap.DSCommon | |
Parent: TDSClientCallbackChannelManager |
Delphi
function UnMarshalJSON(Data: TJSONValue): TObject;
C++
System::TObject* __fastcall UnMarshalJSON(System::Json::TJSONValue* Data);
Description
Unmarshals the given data using the local unmarshaler.
The UnMarshalJSON method unmarshals the passed Data using the local unmarshaler.