REST.JsonReflect.TJSONInterceptor.TypeStringReverter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual System::TObject* __fastcall TypeStringReverter(System::UnicodeString 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 from a string.

The TypeStringReverter method returns an object instance created from the string specified in Data.

See Also