Click or drag to resize
MessagePackMemberAttribute Class
Marks a field or a property to be serialized with MessagePack Serializer and defines some required informations to serialize.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    MsgPack.SerializationMessagePackMemberAttribute

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

The MessagePackMemberAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMessagePackMemberAttribute
Initializes a new instance of the MessagePackMemberAttribute class.
Top
Properties
  NameDescription
Public propertyId
Gets the ID of the member.
Public propertyName
Gets or sets the name of this member.
Public propertyNilImplication
Gets or sets the implication of the nil value.
Top
See Also