Class SerializableEnum

  • All Implemented Interfaces:
    java.io.Serializable

    public abstract class SerializableEnum
    extends java.lang.Object
    implements java.io.Serializable
    Support class for old-style enums that work with Java 1.4 and are serializable.

    This class is no longer needed since install4j 6 where the minimum Java version for the runtime is higher than 1.5 and enums can always be used.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SerializableEnum()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object readResolve()  
      • Methods inherited from class java.lang.Object

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

      • SerializableEnum

        protected SerializableEnum()
    • Method Detail

      • readResolve

        protected java.lang.Object readResolve()
                                        throws java.io.ObjectStreamException
        Throws:
        java.io.ObjectStreamException