Class RangeGwtSerializationDependencies<C extends java.lang.Comparable>

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Range

    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 a Range. The GWT supersource for this class contains a field of type C.

    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.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RangeGwtSerializationDependencies

        RangeGwtSerializationDependencies()