Upravit

Sdílet prostřednictvím


MessagePackCodecOptions Class

Definition

Options for MessagePackCodec.

public class MessagePackCodecOptions
type MessagePackCodecOptions = class
Public Class MessagePackCodecOptions
Inheritance
MessagePackCodecOptions

Constructors

MessagePackCodecOptions()

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