Frames | No Frames |
private void writeObject(ObjectOutputStream s) throws IOException
Save the state of the list to a stream (i.e., serialize it).
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitute the list from a stream (i.e., deserialize it).