JsonTypeInfo<T>.SerializeHandler Propriedade

Definição

Serializa uma instância de uso JsonSourceGenerationOptionsAttribute de T valores especificados em tempo de 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)

Valor da propriedade

Action<Utf8JsonWriter,T>

Comentários

O escritor não é liberado depois de escrever.

Aplica-se a