REST.JsonReflect.TJSONInterceptor.TypeObjectsConverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TypeObjectsConverter(Data: TObject): TListOfObjects; virtual;

C++

virtual TListOfObjects __fastcall TypeObjectsConverter(System::TObject* Data);

Properties

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

Description

Converter that transforms any object into a TListOfObjects which is serializable.

See Also