SerializationContextExtTypeCodeMapping Property |
Gets the current mapping table of ext type code.
Namespace: MsgPack.SerializationAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public ExtTypeCodeMapping ExtTypeCodeMapping { get; }
Public ReadOnly Property ExtTypeCodeMapping As ExtTypeCodeMapping
Get
public:
property ExtTypeCodeMapping^ ExtTypeCodeMapping {
ExtTypeCodeMapping^ get ();
}
member ExtTypeCodeMapping : ExtTypeCodeMapping with get
Property Value
Type:
ExtTypeCodeMapping
The
ExtTypeCodeMapping which maps between known ext type names and ext type codes.
See Also