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

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

The EnumMessagePackSerializerHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDetermineEnumSerializationMethod
Determines EnumSerializationMethod for the target.
Top
See Also