public abstract class AbstractSerializableListDecorator extends AbstractListDecorator implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serialization version
|
collection| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSerializableListDecorator(java.util.List list)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
readObject(java.io.ObjectInputStream in)
Read the list in using a custom routine.
|
private void |
writeObject(java.io.ObjectOutputStream out)
Write the list out using a custom routine.
|
add, addAll, get, getList, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subListadd, addAll, clear, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
protected AbstractSerializableListDecorator(java.util.List list)
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
out - the output streamjava.io.IOExceptionprivate void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
in - the input streamjava.io.IOExceptionjava.lang.ClassNotFoundException