Click or drag to resize
MessagePackEnumMemberAttribute Class
Marks that this enum typed member has special characteristics on MessagePack serialization.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    MsgPack.SerializationMessagePackEnumMemberAttribute

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, Inherited = true, 
	AllowMultiple = false)]
public sealed class MessagePackEnumMemberAttribute : Attribute

The MessagePackEnumMemberAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMessagePackEnumMemberAttribute
Initializes a new instance of the MessagePackEnumMemberAttribute class.
Top
Properties
  NameDescription
Public propertySerializationMethod
Gets or sets the default serialization method for this enum typed member.
Top
Remarks
If this attributes is used for non-enum typed members, this attribute will be ignored.
See Also