REST.JsonReflect.TJSONInterceptor.TypeObjectsReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Reverter that creates an object instance based on an array of intermediate objects.

The TypeObjectsReverter method returns an object instance created from the TListOfObjects specified in Data.

See Also