Property SupportedTypesForSerialization
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
SupportedTypesForSerialization
Gets the types that are supported by the serializer.
Type[] SupportedTypesForSerialization { get; }
Property Value
- Type[]
Remarks
When searching for a serializer to deserialize a value, exact type matches are given higher priority than compatible type matches, and if more than one serializer can support a given type based on compatible type match, then one will be chosen arbitrarily to support the deserialization.