JsonTypeInfo<T>.SerializeHandler プロパティ

定義

デザイン時に指定された値を使用するJsonSourceGenerationOptionsAttributeインスタンスTをシリアル化します。

public:
 property Action<System::Text::Json::Utf8JsonWriter ^, T> ^ SerializeHandler { Action<System::Text::Json::Utf8JsonWriter ^, T> ^ get(); };
public Action<System.Text.Json.Utf8JsonWriter,T>? SerializeHandler { get; }
member this.SerializeHandler : Action<System.Text.Json.Utf8JsonWriter, 'T>
Public ReadOnly Property SerializeHandler As Action(Of Utf8JsonWriter, T)

プロパティ値

Action<Utf8JsonWriter,T>

注釈

書き込み後、ライターはフラッシュされません。

適用対象