Data.DBXJSONReflect.TJSONUnMarshal.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload; virtual;
constructor Create(Reverters: TObjectDictionary<string, TReverterEvent>); overload; virtual;

C++

__fastcall virtual TJSONUnMarshal(void)/* overload */;
__fastcall virtual TJSONUnMarshal(System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TReverterEvent*>* Reverters)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Data.DBXJSONReflect TJSONUnMarshal

Description

Creates and initializes an instance of TJSONUnMarshal.

The Create method creates and initializes an instance of the TJSONUnMarshal class.

See Also