REST.JsonReflect.TJSONUnMarshal.PopulateFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TJSONUnMarshal

Description

The PopulateFields method populates the instance fields of Data with values from the JsonFields serialized representation.

See Also