Skip to content

SerializerConfigurationComplaint

class

Namespace: Orleans.Serialization

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

Constructors

Properties

  • HasCopier Gets or sets a value indicating whether a copier is available for this type.
  • HasSerializer Gets or sets a value indicating whether a serializer is available for this type.
  • Methods Gets a collection of interface types which reference the type this complaint represents.