Interface SerMap<K,V>

Type Parameters:
K -
V -
All Superinterfaces:
Map<K,V>

public interface SerMap<K,V> extends Map<K,V>
Implementations of this interface must be serializable. It is recommended third-party (non-PNF) do not implement or extend this interface.