mcollina / msgpack5

A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]
MIT License
492 stars 76 forks source link

Compatibility mode for bin format family #109

Closed cigui closed 2 years ago

cigui commented 2 years ago

Currently the compatibilityMode option enables "compatibility mode" which doesn't use str 8 format, but perhaps it also shouldn't use bin format family as described in MessagePack specs.

serializers should offer "compatibility mode" which doesn't use bin format family and str 8 format