@Override
 public void serialize(DataOutput2 out, Byte value) throws IOException {
   out.writeByte(value);
 }