Class HashMultimapGwtSerializationDependencies<K,V>

All Implemented Interfaces:
Multimap<K,V>, SetMultimap<K,V>, Serializable
Direct Known Subclasses:
HashMultimap

abstract class HashMultimapGwtSerializationDependencies<K,V> extends AbstractSetMultimap<K,V>
A dummy superclass to support GWT serialization of the element types of a HashMultimap. The GWT supersource for this class contains a field for each type.

For details about this hack, see GwtSerializationDependencies, which takes the same approach but with a subclass rather than a superclass.

TODO(cpovirk): Consider applying this subclass approach to our other types.

  • Constructor Details

    • HashMultimapGwtSerializationDependencies

      HashMultimapGwtSerializationDependencies(Map<K,Collection<V>> map)