@Override
 protected void doDeserialize(Unpacker unpacker) throws IOException, MessageTypeException {
   result = MsgPackUtils.unpackKeys(unpacker);
 }