Click or drag to resize
DateTimeMessagePackSerializerHelpers Class
This is intened to MsgPack for CLI internal use. Do not use this type from application directly. Helper methods for date time message pack serializer.
Inheritance Hierarchy
SystemObject
  MsgPack.SerializationDateTimeMessagePackSerializerHelpers

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class DateTimeMessagePackSerializerHelpers

The DateTimeMessagePackSerializerHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDetermineDateTimeConversionMethod
Determines DateTimeConversionMethod for the target.
Top
See Also