Missing serialversionUID in serializable classes
------------------------------------------------

         Key: MPCASTOR-12
         URL: http://jira.codehaus.org/browse/MPCASTOR-12
     Project: maven-castor-plugin
        Type: Bug

    Reporter: Michele La Porta


In order to ensure that serialized classes work between jars, classes which are 
serializable should
always explicitly list a serialVersionUID; if the serialized implementation of 
the object changes, the
number can then be re-generated; but will not change on a per-compile basis and 
maintains serialized
object compatibility.

See http://jira.codehaus.org/browse/CASTOR-719

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to