Support for serialization of enhanced serializable POJO's that do not declare 'serialVersionUID'
------------------------------------------------------------------------------------------------
Key: CAY-694
URL: http://issues.apache.org/cayenne/browse/CAY-694
Project: Cayenne
Type: Improvement
Components: Cayenne Core Library
Versions: 3.0
Reporter: Andrus Adamchik
Assigned to: Andrus Adamchik
Priority: Minor
Fix For: 3.0
If a serializable pojo declares 'serialVersionUID', then serilaizaing it and deserializing
in a ClassLoader without an enhancer works just fine. However if no 'serialVersionUID' is
declared (only Serilaizable interface is used), deserialization fails with a message saying
that serial version id is different. Need to investigate a workaround.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/cayenne/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|