|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.id.SerialVersion
public class SerialVersion
Serialization version compatibility mode constants.
Contains static constants and attributes to help with serialization versioning.
Set the system property
org.jboss.j2ee.LegacySerializationto serialization compatibility with jboss-4.0.1 and earlier. The serialVersionUID values were synched with the j2ee 1.4 ri classes and explicitly set in jboss-4.0.2 which is what
Field Summary | |
---|---|
static int |
JBOSS_402
The serialization compatible with Sun's RI, jboss-4.0.2+ |
static int |
LEGACY
Legacy, jboss-4.0.1 through jboss-4.0.0 |
static int |
version
The serialization version to use |
Constructor Summary | |
---|---|
SerialVersion()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LEGACY
public static final int JBOSS_402
public static int version
Constructor Detail |
---|
public SerialVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |