REST.JsonReflect.TJSONInterceptor.TypeStringsConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeStringsConverter(Data: TObject): TListOfStrings; virtual;

C++

virtual TListOfStrings __fastcall TypeStringsConverter(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 an array of strings.

The TypeStringsConverter method returns a TListOfStrings created from the object instance specified in Data.

See Also