System.JSON.Builders.TJSONCollectionBuilder.DoWriteCustomVariant

提供: RAD Studio API Documentation
移動先: 案内検索

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 のデフォルト実装は、カスタム バリアント データ値を文字列として書き込みます。

関連項目