-
-
-
-
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
Reconstitutes this deque from a stream (that is, deserializes it).
- Throws:
IOException
ClassNotFoundException
-
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
- Throws:
IOException
-
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
Reconstitutes this deque from a stream (that is, deserializes it).
- Throws:
IOException
ClassNotFoundException
-
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
- Throws:
IOException