Sdílet prostřednictvím


JsonObjectInfoValues<T>.SerializeHandler Vlastnost

Definice

Získá nebo nastaví serializaci implementace pro instance třídy nebo struktury, která předpokládá možnosti zadané v 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)

Hodnota vlastnosti

Poznámky

Toto rozhraní API je určené pro výstup generátoru zdrojů System.Text.Json a nemělo by se volat přímo.

Platí pro