Datasnap.DSCommon.TDSClientCallbackChannelManager.UnMarshalJSON

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also