REST.JsonReflect.TJSONInterceptor.TypeStringConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeStringConverter(Data: TObject): string; virtual;

C++

virtual System::UnicodeString __fastcall TypeStringConverter(System::TObject* Data);

Properties

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

Description

Converter that transforms an object instance into a string.

The TypeStringConverter method returns an equivalent string converted from the object specified in Data.

See Also