MsgPack serializer currently can't specify the types of keys and values for a Map during decoding. It would be beneficial to introduce a feature like:
Deserializer deserializer = Deserializer(
list,
extDecoder: extDecoder,
copyBinaryData: copyBinaryData,
mapType: mapType,
);