Class ArrayListMultimapGwtSerializationDependencies<K,​V>

  • All Implemented Interfaces:
    ListMultimap<K,​V>, Multimap<K,​V>, java.io.Serializable
    Direct Known Subclasses:
    ArrayListMultimap

    abstract class ArrayListMultimapGwtSerializationDependencies<K,​V>
    extends AbstractListMultimap<K,​V>
    A dummy superclass to support GWT serialization of the element types of an ArrayListMultimap. 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 Detail

      • ArrayListMultimapGwtSerializationDependencies

        ArrayListMultimapGwtSerializationDependencies​(java.util.Map<K,​java.util.Collection<V>> map)