Click or drag to resize
MessagePackIgnoreAttribute Class
Marks the field or the property should not be serialized/deserialized with MessagePack for CLI serialization mechanism.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    MsgPack.SerializationMessagePackIgnoreAttribute

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

The MessagePackIgnoreAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMessagePackIgnoreAttribute
Initializes a new instance of the MessagePackIgnoreAttribute class.
Top
See Also