Click or drag to resize
SerializationContextExtTypeCodeMapping Property
Gets the current mapping table of ext type code.

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

Property Value

Type: ExtTypeCodeMapping
The ExtTypeCodeMapping which maps between known ext type names and ext type codes.
See Also