Partager via


JsonCollectionInfoValues<TCollection>.SerializeHandler Propriété

Définition

Implémentation de sérialisation optimisée en supposant des valeurs par défaut prédéfinies 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)

Valeur de propriété

Action<Utf8JsonWriter,TCollection>

Remarques

Cette API est destinée à être utilisée par la sortie du générateur source System.Text.Json et ne doit pas être appelée directement.

S’applique à