Collection<E> errors
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
ObjectInputStream.IOException - if I/O errors occur while reading from the streamClassNotFoundException - if the class of a serialized object could not be foundprivate void writeObject(ObjectOutputStream stream) throws IOException
ObjectOutputStream.IOException - if I/O errors occur while writing to the streamString base
Copyright © 2024. All rights reserved.