MessagePackMemberAttribute Class |
Marks a field or a property to be serialized with MessagePack Serializer and defines some required informations to serialize.
Inheritance Hierarchy
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false,
Inherited = true)]
public sealed class MessagePackMemberAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := false,
Inherited := true)>
Public NotInheritable Class MessagePackMemberAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field, AllowMultiple = false,
Inherited = true)]
public ref class MessagePackMemberAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false,
Inherited = true)>]
type MessagePackMemberAttribute =
class
inherit Attribute
end
The MessagePackMemberAttribute type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Id |
Gets the ID of the member.
|
| Name |
Gets or sets the name of this member.
|
| NilImplication |
Gets or sets the implication of the nil value.
|
TopSee Also