Class CompSerWrapper<T extends Serializable & Comparable<? super T>>

    • Constructor Detail

      • CompSerWrapper

        public CompSerWrapper​(T raw)
        Creates a new wrapper for the given object, in its raw form. It also sets the internal marshalled form to match.
        Parameters:
        raw - The object, which may be null.
      • CompSerWrapper

        public CompSerWrapper()
        Creates a new wrapper. This empty constructor is intended for use by JAXB and Java serialization.