Data.DBXJSONReflect.TJSONUnMarshal.CreateObject

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function CreateObject(JsonObj: TJSONObject): TObject;

C++

System::TObject* __fastcall CreateObject(System::Json::TJSONObject* JsonObj);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal


説明

シリアライズされた JSON 表現を元に、オブジェクトを作成します。

CreateObject メソッドは、シリアライズされた JSON 表現を元に、オブジェクトを作成します。 JsonObj パラメータは、JSON オブジェクト インスタンスを示します。

関連項目