JsonObjectInfoValues<T>.SerializeHandler Propriedade

Definição

Obtém ou define uma implementação de serialização para instâncias da classe ou struct que assume opções especificadas por 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)

Valor de Propriedade

Observações

Esta API destina-se à saída do gerador de fonte System.Text.Json e não deve ser chamada diretamente.

Aplica-se a