JsonPropertyInfoValues<T>.Converter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.