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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.