MessagePackDateTimeMemberAttribute Class |
Marks that this
DateTime or
DateTimeOffset typed member has special characteristics on MessagePack serialization.
Inheritance Hierarchy
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, Inherited = true,
AllowMultiple = false)]
public sealed class MessagePackDateTimeMemberAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field, Inherited := true,
AllowMultiple := false)>
Public NotInheritable Class MessagePackDateTimeMemberAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field, Inherited = true,
AllowMultiple = false)]
public ref class MessagePackDateTimeMemberAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, Inherited = true,
AllowMultiple = false)>]
type MessagePackDateTimeMemberAttribute =
class
inherit Attribute
end
The MessagePackDateTimeMemberAttribute type exposes the following members.
Constructors Properties Remarks
If this attributes is used for incompatible typed members, this attribute will be ignored.
See Also