System.JSON.Builders.TJSONCollectionBuilder.DoWriteCustomVariant
Delphi
procedure DoWriteCustomVariant(AWriter: TJsonWriter; const AValue: Variant); virtual;
C++
virtual void __fastcall DoWriteCustomVariant(System::Json::Writers::TJsonWriter* AWriter, const System::Variant &AValue);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | System.JSON.Builders.pas System.JSON.Builders.hpp |
System.JSON.Builders | TJSONCollectionBuilder |
説明
DoWriteCustomVariant をオーバーライドすると、カスタム バリアント データ型の書き込みを実装することができます。
DoWriteCustomVariant のデフォルト実装は、カスタム バリアント データ値を文字列として書き込みます。