Udostępnij za pośrednictwem


JsonTypeInfo<T>.SerializeHandler Właściwość

Definicja

Serializuje wystąpienie T przy użyciu JsonSourceGenerationOptionsAttribute wartości określonych w czasie projektowania.

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)

Wartość właściwości

Action<Utf8JsonWriter,T>

Uwagi

Pisarz nie jest opróżniany po napisaniu.

Dotyczy