@Override
 public ValidityState createValidityState(final DataInput in) throws IOException {
   return PsiElementsValidityState.load(in);
 }