Partager via


JsonObjectInfoValues<T>.SerializeHandler Propriété

Définition

Obtient ou définit une implémentation de sérialisation pour les instances de la classe ou du struct qui suppose les options spécifiées par JsonSourceGenerationOptionsAttribute.

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

Valeur de propriété

Action<Utf8JsonWriter,T>

Remarques

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

S’applique à