Click or drag to resize
MessagePackDateTimeMemberAttribute Class
Marks that this DateTime or DateTimeOffset typed member has special characteristics on MessagePack serialization.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    MsgPack.SerializationMessagePackDateTimeMemberAttribute

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

The MessagePackDateTimeMemberAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMessagePackDateTimeMemberAttribute
Initializes a new instance of the MessagePackDateTimeMemberAttribute class.
Top
Properties
  NameDescription
Public propertyDateTimeConversionMethod
Gets or sets the default serialization method for this enum typed member.
Top
Remarks
If this attributes is used for incompatible typed members, this attribute will be ignored.
See Also