Interface SerMap<K,V>

Type Parameters:
K - key type
V - value type
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.