src/javax/xml/namespace/QName.java

Print this page

        

*** 81,91 **** * serialVersionUID values even though its serialization was the * same.</p> * * <p>To workaround this issue, serialVersionUID is set with either * a default value or a compatibility value. To use the ! * compatiblity value, set the system property:</p> * * <code>com.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0</code> * * <p>This workaround was inspired by classes in the javax.management * package, e.g. ObjectName, etc. --- 81,91 ---- * serialVersionUID values even though its serialization was the * same.</p> * * <p>To workaround this issue, serialVersionUID is set with either * a default value or a compatibility value. To use the ! * compatibility value, set the system property:</p> * * <code>com.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0</code> * * <p>This workaround was inspired by classes in the javax.management * package, e.g. ObjectName, etc.