REST.JsonReflect.TJSONUnMarshal

提供:RAD Studio API Documentation

TJSONUnMarshalREST.JsonReflect.TMarshalUnmarshalBaseSystem.TObject

Delphi

TJSONUnMarshal = class(TMarshalUnmarshalBase)

C++

class PASCALIMPLEMENTATION TJSONUnMarshal : public TMarshalUnmarshalBase

プロパティ

種類 可視性 ソース ユニット
class public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect REST.JsonReflect


説明

JSON オブジェクトのアンマーシャリング クラスを表します。

JSON オブジェクトは TJSONMarshal のインスタンスによって作成されたものでなければなりません。

関連項目