Interface SerSet<E>

Type Parameters:
E -
All Superinterfaces:
Collection<E>, Iterable<E>, Set<E>

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