Interface IRegisterXunitSerializerAttribute
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Used to decorate xUnit.net test assemblies to register an external serializer for one or more supports types to serialize.
public interface IRegisterXunitSerializerAttribute
Remarks
Serializer registration attributes are only valid at the assembly level.
Properties
- SerializerType
Gets the type of the serializer.
- SupportedTypesForSerialization
Gets the types that are supported by the serializer.