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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.