Data.DBXJSONReflect.TJSONUnMarshal.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

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


Description

Crée et initialise une instance de TJSONUnMarshal.

La méthode Create crée et initialise une instance de la classe TJSONUnMarshal.

Voir aussi