MessagePackIgnoreAttribute Class |
Marks the field or the property should not be serialized/deserialized with MessagePack for CLI serialization mechanism.
Inheritance Hierarchy
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, Inherited = false,
AllowMultiple = true)]
public sealed class MessagePackIgnoreAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field, Inherited := false,
AllowMultiple := true)>
Public NotInheritable Class MessagePackIgnoreAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field, Inherited = false,
AllowMultiple = true)]
public ref class MessagePackIgnoreAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, Inherited = false,
AllowMultiple = true)>]
type MessagePackIgnoreAttribute =
class
inherit Attribute
end
The MessagePackIgnoreAttribute type exposes the following members.
Constructors See Also