@Override
 public List<MarshallingOutputWriter<O>> createWriters(int numShards) {
   return dataMarshallingOutput.createWriters(numShards);
 }