@Override
 protected void doSerialize(Packer packer) throws IOException {
   MsgPackUtils.packValue(packer, result);
 }