JsonPropertyInfoValues<T>.Converter Property

Definition

A JsonConverter for the property or field, specified by JsonConverterAttribute.

public:
 property System::Text::Json::Serialization::JsonConverter<T> ^ Converter { System::Text::Json::Serialization::JsonConverter<T> ^ get(); void set(System::Text::Json::Serialization::JsonConverter<T> ^ value); };
public System.Text.Json.Serialization.JsonConverter<T>? Converter { get; init; }
member this.Converter : System.Text.Json.Serialization.JsonConverter<'T> with get, set
Public Property Converter As JsonConverter(Of T)

Property Value

Applies to