REST.JsonReflect.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
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal


説明

PopulateFields メソッドは、Data のインスタンス フィールドに、JsonFields のシリアル化された表現から取り出した値を設定します。

関連項目