Serialized Form
-
Package org.wildfly.clustering.ee.cache.scheduler
-
Class org.wildfly.clustering.ee.cache.scheduler.FastConcurrentDirectDeque extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
Reconstitutes this deque from a stream (that is, deserializes it).- Throws:
ClassNotFoundException- if the class of a serialized object could not be foundIOException- if an I/O error occurs
-
writeObject
private void writeObject(ObjectOutputStream s) throws IOException
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- if an I/O error occurs
-
-