Click or drag to resize
MessagePackEnumAttributeSerializationMethod Property
Gets or sets the default serialization method for this enum type.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public EnumSerializationMethod SerializationMethod { get; set; }

Property Value

Type: EnumSerializationMethod
The default serialization method for this enum type. Note that the method for individual enum typed members will be overrided with MessagePackEnumMemberAttribute.
See Also