JsonPolymorphicAttribute.IgnoreUnrecognizedTypeDiscriminators 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 value that indicates whether the deserializer should ignore any unrecognized type discriminator IDs and revert to the contract of the base type.
public:
property bool IgnoreUnrecognizedTypeDiscriminators { bool get(); void set(bool value); };
public bool IgnoreUnrecognizedTypeDiscriminators { get; set; }
member this.IgnoreUnrecognizedTypeDiscriminators : bool with get, set
Public Property IgnoreUnrecognizedTypeDiscriminators As Boolean
Property Value
true
to instruct the deserializer to ignore any unrecognized type discriminator IDs and revert to the contract of the base type; false
to fail the deserialization for unrecognized type discriminator IDs.
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.