REST.JsonReflect.TJSONInterceptor.ObjectsConverter
Delphi
function ObjectsConverter(Data: TObject; Field: string): TListOfObjects; virtual;
C++
virtual TListOfObjects __fastcall ObjectsConverter(System::TObject* Data, System::UnicodeString Field);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | REST.JsonReflect.pas REST.JsonReflect.hpp |
REST.JsonReflect | TJSONInterceptor |
Description
Converter that transforms a field value into an array of objects.
The ObjectsConverter method returns a TListOfObjects generated from the Field
value of the Data
object.