Interface SerList<E>

Type Parameters:
E -
All Superinterfaces:
Collection<E>, Iterable<E>, List<E>
All Known Implementing Classes:
SerArrayList

public interface SerList<E> extends List<E>
Implementations of this interface must be serializable. It is recommended third-party (non-PNF) do not implement or extend this interface.