Serialized Form


Package com.sun.grizzly

Class com.sun.grizzly.TransformationException extends RuntimeException implements Serializable


Package com.sun.grizzly.utils

Class com.sun.grizzly.utils.LinkedTransferQueue extends AbstractQueue<E> implements Serializable

serialVersionUID: -3223113410248163686L

Serialization Methods

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.