API:Data.DBXJSONReflect.TJSONMarshal.Create
| [–] Properties | |
|---|---|
| Type: constructor | |
| Visibility: public | |
| Source: Data.DBXJSONReflect.pas Data.DBXJSONReflect.hpp
| |
| Unit: Data.DBXJSONReflect | |
| Parent: TJSONMarshal | |
Delphi
constructor Create; overload;
constructor Create(Converter: TConverter<TJSONValue>;
OwnConverter: Boolean = true); overload; override;
constructor Create(Converter: TConverter<TJSONValue>; OwnConverter: Boolean;
Converters: TObjectDictionary<string, TConverterEvent>); overload; override;
C++
__fastcall TJSONMarshal()/* overload */;
__fastcall virtual TJSONMarshal(TConverter__1<System::Json::TJSONValue*>* Converter, bool OwnConverter)/* overload */;
__fastcall virtual TJSONMarshal(TConverter__1<System::Json::TJSONValue*>* Converter, bool OwnConverter, System::Generics::Collections::TObjectDictionary__2<System::UnicodeString,TConverterEvent*>* Converters)/* overload */;
Description
Marshals a constructor for a given converter.
Data.DBXJSONReflect.TJSONMarshal.Create inherits from Data.DBXJSONReflect.TTypeMarshaller.Create. All content below this line refers to Data.DBXJSONReflect.TTypeMarshaller.Create.
Marshals a constructor for a given converter.
The Create method marshals a constructor for a given converter. The converter is freed if the OwnConverter parameter is True.