Data.DBXJSONReflect.TJSONInterceptor.ObjectsConverter
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONInterceptor | |
Delphi
function ObjectsConverter(Data: TObject; Field: string): TListOfObjects; virtual;
C++
virtual TListOfObjects __fastcall ObjectsConverter(System::TObject* Data, System::UnicodeString Field);
Description
Converter that transforms a field value into an array of objects.
Datais the object that is currently being serialized.Fieldis the field name.