@Override
 public void readFields(DataInput input) throws IOException {
   super.readFields(input);
   accessor = new RowKeyValueAccessor();
   accessor.readFields(input);
   fromType = type; // fromType only needed on client side
 }