Skip to content

SerializerConfigurationComplaint Properties

Represents a configuration issue regarding the serializability of a type used in interface methods.

HasCopier

getset
View source
public bool HasCopier
Gets or sets a value indicating whether a copier is available for this type.

HasSerializer

getset
View source
public bool HasSerializer
Gets or sets a value indicating whether a serializer is available for this type.

Methods

get
View source
public Dictionary<Type, HashSet<MethodInfo>> Methods
Gets a collection of interface types which reference the type this complaint represents.