-
-
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
Reconstitutes this deque from a stream (that is, deserializes it).
- Parameters:
s - the stream
- Throws:
ClassNotFoundException - if the class of a serialized object
could not be found
IOException - if an I/O error occurs
-
writeObject
Saves this deque to a stream (that is, serializes it).
- Serial Data:
- All of the elements (each an
E) in
the proper order, followed by a null
- Parameters:
s - the stream
- Throws:
IOException - if an I/O error occurs