Serialized Form
|
Package com.sun.grizzly.utils |
serialVersionUID: -3223113410248163686L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the Queue instance from a stream (that is,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state to a stream (that is, serialize it).
- Serial Data:
- All of the elements (each an
E) in
the proper order, followed by a null
- Throws:
IOException
Copyright © 2009 SUN Microsystems. All Rights Reserved.