Skip to content

MessagePackCodecOptions Properties

Options for MessagePackCodec.

AllowDataContractAttributes

getset
View source
public bool AllowDataContractAttributes
Get or sets flag that allows the use of System.Runtime.Serialization.DataContractAttribute marked contracts for MessagePackSerializer.

IsCopyableType

getset
View source
public Func<Type, bool?> IsCopyableType
Gets or sets a delegate used to determine if a type is supported by the MessagePack serializer for copying.

IsSerializableType

getset
View source
public Func<Type, bool?> IsSerializableType
Gets or sets a delegate used to determine if a type is supported by the MessagePack serializer for serialization and deserialization.

SerializerOptions

getset
View source
public MessagePackSerializerOptions SerializerOptions
Gets or sets the MessagePack.MessagePackSerializerOptions.