Data.DBXJSONReflect.TObjectConverter
| [–] Properties | |
|---|---|
| Type: anonMethod class
| |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: Data.DBXJSONReflect | |
Delphi
TObjectConverter = reference to function(Data: TObject;
Field: string): TObject;
C++
__interface TObjectConverter : public System::IInterface
Description
Represents the type for field converters that transform a field value into an object.
TObjectConverter represents the type for field converters that transform a field value into an object.
Note: The Data parameter specifies the current object instance that is being serialized.