Compartir a través de


JsonCollectionInfoValues<TCollection>.SerializeHandler Propiedad

Definición

Una implementación de serialización optimizada suponiendo que se determinen JsonSourceGenerationOptionsAttribute previamente los valores predeterminados.

public:
 property Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ SerializeHandler { Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ get(); void set(Action<System::Text::Json::Utf8JsonWriter ^, TCollection> ^ value); };
public Action<System.Text.Json.Utf8JsonWriter,TCollection>? SerializeHandler { get; init; }
member this.SerializeHandler : Action<System.Text.Json.Utf8JsonWriter, 'Collection> with get, set
Public Property SerializeHandler As Action(Of Utf8JsonWriter, TCollection)

Valor de propiedad

Action<Utf8JsonWriter,TCollection>

Comentarios

Esta API la usa la salida del generador de origen System.Text.Json y no debe llamarse directamente.

Se aplica a