@Override
 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
   persistentSortedSet.readExternal(in);
 }