read = _pc.declareMethod("readObject", void.class,
new Class[]{ ObjectInputStream.class });
read.getExceptions(true).addException(IOException.class);
read.getExceptions(true).addException
(ClassNotFoundException.class);
read.makePrivate();
}
modifyReadObjectMethod(read, full);
}
private void addSubclassSerializationCode() {