共用方式為


JsonCollectionInfoValues<TCollection>.SerializeHandler 屬性

定義

假設預先決定 JsonSourceGenerationOptionsAttribute 的預設值,則為優化的序列化實作。

public:
 property Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ SerializeHandler { Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ get(); void set(Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ value); };
public Action<System.Text.Json.Utf8JsonWriter,TCollection>? SerializeHandler { get; init; }
member this.SerializeHandler : Action<System.Text.Json.Utf8JsonWriter, 'Collection> with get, set
Public Property SerializeHandler As Action(Of Utf8JsonWriter, TCollection)

屬性值

Action<Utf8JsonWriter,TCollection>

備註

此 API 可供 System.Text.Json 來源產生器的輸出使用,不應直接呼叫。

適用於