共用方式為


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>

備註

寫入之後不會排清寫入器。

適用於