| SerList<E> | Contractually, implementations and sub-implementations of this interface MUST be
@Serializable. |
| SerMap<K, V> | Contractually, implementations and sub-implementations of this interface MUST be
@Serializable. |
| SerSet<E> | Contractually, implementations and sub-implementations of this interface MUST be
@Serializable. |
| SerArrayList<E> | A PNF-serializable version of ArrayList. |
| SerReentrantLock | Wrapper for a Java ReentrantLock that supports serialization. |
| SerReentrantReadWriteLock | Wrapper for a Java ReentrantReadWriteLock that supports serialization. |