Show: Delphi
C++
Display Preferences
Data.DBXJSONReflect.TObjectReverter
From XE2 API Documentation
Delphi
type TObjectReverter = reference to procedure(Field: string, Data: TObject, Arg: TObject);
C++
__interface TObjectReverter : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
anonMethod class |
public | Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp |
Data.DBXJSONReflect | Data.DBXJSONReflect |
Description
Represents the type for field reverters that transform a field value into an object.
TObjectReverter represents the type for field reverters that transform a field value into an object.
Note: The Data parameter specifies the current object instance that is being serialized.