JsonCollectionInfoValues<TCollection>.SerializeHandler Egenskap

Definition

En optimerad serialiseringsimplementering med fördefinierade JsonSourceGenerationOptionsAttribute standardvärden.

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)

Egenskapsvärde

Action<Utf8JsonWriter,TCollection>

Kommentarer

Det här API:et används av utdata från System.Text.Json-källgeneratorn och bör inte anropas direkt.

Gäller för