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)

プロパティ値

注釈

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

適用対象