REST.JsonReflect.TStringListInterceptor.TypeObjectConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Converter that transforms an object into an equivalent one that can be eventually marshalled.

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

Converter that transforms an object into an equivalent one that can be eventually marshalled.

See Also