REST.JsonReflect.TStringListInterceptor.TypeObjectReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeObjectReverter(Data: TObject): TObject; override;

C++

virtual System::TObject* __fastcall TypeObjectReverter(System::TObject* Data);

Properties

Type Visibility Source Unit Parent
function public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect TStringListInterceptor

Description

Reverter that returns an object to be assigned to any field of the registered type based on the specified intermediate object.

REST.JsonReflect.TStringListInterceptor.TypeObjectReverter inherits from REST.JsonReflect.TJSONInterceptor.TypeObjectReverter. All content below this line refers to REST.JsonReflect.TJSONInterceptor.TypeObjectReverter.

Reverter that returns an object to be assigned to any field of the registered type based on the specified intermediate object.