JsonTypeInfo<T>.SerializeHandler Propriedade

Definição

Serializa uma instância de T utilização JsonSourceGenerationOptionsAttribute de valores especificados no momento do projeto.

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 de Propriedade

Observações

O escritor não fica corado depois de escrever.

Aplica-se a