Serialized Form
|
Package org.glassfish.grizzly |
|
Package org.glassfish.grizzly.utils |
serialVersionUID: -3223113410248163686L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the Queue instance from a stream (that is,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.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:
java.io.IOException
Copyright © 2012 Oracle Corporation. All Rights Reserved.