Data.DBXJSONReflect.TJSONUnMarshal.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.DBXJSONReflect.pas
Data.DBXJSONReflect.hpp
Unit: Data.DBXJSONReflect
Parent: TJSONUnMarshal

Delphi

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

C++

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

Description

Creates and initializes an instance of TJSONUnMarshal.

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

See Also