Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
Version 1.0 of the JMX API did not explicitly specify the serial form of all classes, and this form was essentially incorrect for certain classes. Version 1.1 of the API rectified this by defining the serial form explicitly for all classes. At this time code was introduced to allow continued serial interoperation with the 1.0 classes if a system property is specified. The serialVersionUID of the relevant classes is different when the property is present than when it is absent. Since the serialVersionUID is not a compile-time constant, it does not appear in the Javadoc output for these classes. The classes should be augmented with appropriate @serial tags so that the correct serialVersionUID appears in the documentation. Otherwise compatible implementations need to analyse the Reference Implementation (e.g. with the serialver tool) in order to determine the correct value. ###@###.### 2005-04-12 12:33:27 GMT
|