Data.DBXJSONReflect.TJSONUnMarshal.PopulateFields

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

Delphi

procedure PopulateFields(JsonFields: TJSONObject; Data: TObject; JsonCustomizer: TJSONPopulationCustomizer);

C++

void __fastcall PopulateFields(System::Json::TJSONObject* JsonFields, System::TObject* Data, TJSONPopulationCustomizer* JsonCustomizer);

プロパティ

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

説明

JSON シリアル化表現から、値にインスタンス フィールドを入れます。

PopulateFields メソッドは、JSON シリアル化表現から、値にインスタンス フィールドを入れます。

関連項目