Partager via


JsonTypeInfo<T>.SerializeHandler Propriété

Définition

Sérialise une instance d’utilisation JsonSourceGenerationOptionsAttribute de valeurs spécifiées au moment du T design.

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)

Valeur de propriété

Action<Utf8JsonWriter,T>

Remarques

L’enregistreur n’est pas vidé après l’écriture.

S’applique à