@Override
 public void toData(DataOutput out) throws IOException {
   super.toData(out);
   SerializationHelper.writeServerLocationSet(this.excludedServers, out);
 }