Class SerializableEnum

java.lang.Object
com.install4j.api.SerializableEnum
All Implemented Interfaces:
Serializable

public abstract class SerializableEnum extends Object implements 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: