Skip to content

MessagePackCodecOptions

class

Namespace: Orleans.Serialization

Options for MessagePackCodec.
public class MessagePackCodecOptions

Constructors

Properties

  • AllowDataContractAttributes Get or sets flag that allows the use of System.Runtime.Serialization.DataContractAttribute marked contracts for MessagePackSerializer.
  • IsCopyableType Gets or sets a delegate used to determine if a type is supported by the MessagePack serializer for copying.
  • IsSerializableType Gets or sets a delegate used to determine if a type is supported by the MessagePack serializer for serialization and deserialization.
  • SerializerOptions Gets or sets the MessagePack.MessagePackSerializerOptions.