편집

다음을 통해 공유


MessagePackCodecOptions Class

Definition

Options for MessagePackCodec.

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

Constructors

Name Description
MessagePackCodecOptions()

Properties

Name Description
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