JsonPropertyInfo.CustomConverter 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.
Gets or sets a custom converter override for the current property.
public:
property System::Text::Json::Serialization::JsonConverter ^ CustomConverter { System::Text::Json::Serialization::JsonConverter ^ get(); void set(System::Text::Json::Serialization::JsonConverter ^ value); };
public System.Text.Json.Serialization.JsonConverter? CustomConverter { get; set; }
member this.CustomConverter : System.Text.Json.Serialization.JsonConverter with get, set
Public Property CustomConverter As JsonConverter
Property Value
Exceptions
The JsonPropertyInfo instance has been locked for further modification.
Remarks
It's possible to use JsonConverterFactory instances with this property.
For contracts originating from DefaultJsonTypeInfoResolver, the value of CustomConverter will be mapped from JsonConverterAttribute annotations.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.