Click or drag to resize
MessagePackEnumMemberAttributeSerializationMethod Property
Gets or sets the default serialization method for this enum typed member.

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

Property Value

Type: EnumMemberSerializationMethod
The default serialization method for this enum typed member. Note that the method for the enum type will be overrided with this.
See Also