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 オブジェクトインスタンスを指定します。

関連項目