Table of Contents

Method TypeIncompatibleSerialization

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

TypeIncompatibleSerialization(Type)

Gets an error message indicating type incompatbility, usable for IsSerializable(T, out string?) and Serialize(T).

protected static string TypeIncompatibleSerialization(Type type)

Parameters

type Type

The incompatible type

Returns

string