Package com.google.common.collect
Class RangeGwtSerializationDependencies<C extends java.lang.Comparable>
- java.lang.Object
-
- com.google.common.collect.RangeGwtSerializationDependencies<C>
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Range
@GwtCompatible(emulated=true) abstract class RangeGwtSerializationDependencies<C extends java.lang.Comparable> extends java.lang.Object implements java.io.Serializable
A dummy superclass to support GWT serialization of the element type of aRange
. The GWT supersource for this class contains a field of typeC
.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 Summary
Constructors Constructor Description RangeGwtSerializationDependencies()
-