}
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException {
ObjectImage objectimage = null;
objectimage = (ObjectImage) in.readObject();
recoverable_ = objectimage.restore();
forgettable_ = in.readBoolean();
}
public void writeExternal(ObjectOutput out) throws IOException {