@Override
 public void write(DataOutput output) throws IOException {
   super.write(output);
   accessor.write(output);
 }