Package com.pnfsoftware.jeb.util.serialization.objects
package com.pnfsoftware.jeb.util.serialization.objects
Custom types used internally by JEB's serialization facility.
-
ClassDescriptionSerArrayList<E>A
PNF-serializable
version ofArrayList
.A serializable version ofEnumMap
.SerEnumSet<E extends Enum<E>>A serializable version ofEnumSet
.SerList<E>Implementations of this interface must beserializable
.SerMap<K,V> Implementations of this interface must beserializable
.Wrapper for a JavaReentrantLock
that supportsserialization
.Wrapper for a JavaReentrantReadWriteLock
that supportsserialization
.SerSet<E>Implementations of this interface must beserializable
.