Compartilhar via


JsonObjectInfoValues<T>.SerializeHandler Propriedade

Definição

Obtém ou define uma implementação de serialização para instâncias da classe ou struct que pressupõe 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 da propriedade

Action<Utf8JsonWriter,T>

Comentários

Essa API é usada pela saída do gerador de origem System.Text.Json e não deve ser chamada diretamente.

Aplica-se a