package

com.pnfsoftware.jeb.util.serialization.objects

Custom types used internally by JEB's serialization facility.

Interfaces

SerList<E> Implementations of this interface must be serializable
SerMap<K, V> Implementations of this interface must be serializable
SerSet<E> Implementations of this interface must be serializable

Classes

SerArrayList<E> A PNF-serializable version of ArrayList. 
SerEnumMap<K extends Enum<K>, V> A serializable version of EnumMap. 
SerEnumSet<E extends Enum<E>> A serializable version of EnumSet. 
SerReentrantLock Wrapper for a Java ReentrantLock that supports serialization
SerReentrantReadWriteLock Wrapper for a Java ReentrantReadWriteLock that supports serialization