MessagePackCodecOptions Class

Definition

Options for MessagePackCodec.

C#
public class MessagePackCodecOptions
Inheritance
MessagePackCodecOptions

Constructors

Properties

AllowDataContractAttributes

Get or sets flag that allows the use of 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.

Applies to

Product Versions
.NET Orleans 9.0.0