Click or drag to resize
MessagePackDateTimeMemberAttributeDateTimeConversionMethod Property
Gets or sets the default serialization method for this enum typed member.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public DateTimeMemberConversionMethod DateTimeConversionMethod { get; set; }

Property Value

Type: DateTimeMemberConversionMethod
The default serialization method for this enum typed member. Note that the method for the enum type will be overrided with this.
See Also