MessagePackCodecOptions
class
Namespace: Orleans.Serialization
Options for
MessagePackCodec. public class MessagePackCodecOptionsConstructors
Properties
AllowDataContractAttributesGet or sets flag that allows the use ofSystem.Runtime.Serialization.DataContractAttributemarked contracts for MessagePackSerializer.IsCopyableTypeGets or sets a delegate used to determine if a type is supported by the MessagePack serializer for copying.IsSerializableTypeGets or sets a delegate used to determine if a type is supported by the MessagePack serializer for serialization and deserialization.SerializerOptionsGets or sets theMessagePack.MessagePackSerializerOptions.
