Datasnap.DSCommon.TDSClientCallbackChannelManager.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.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

Unmarshals the given data using the local unmarshaler.

The UnMarshalJSON method unmarshals the passed Data using the local unmarshaler.

See Also