MessagePackCodecOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |