public class SerialVersion extends Object
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
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
SerialVersion() |
public static final int LEGACY
public static final int JBOSS_402
public static int version
Copyright © 2018 JBoss by Red Hat. All rights reserved.