Data.DBXJSONReflect.TJSONConverter.ProcessData
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONConverter | |
Delphi
procedure ProcessData(Data: TJSONAncestor); virtual;
C++
virtual void __fastcall ProcessData(System::Json::TJSONAncestor* Data);
Description
Returns the serialized object.
The ProcessData method is used internally to process the JSON data given through the parameter.