[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-1233) Use XStream to serialize user classes as an option, to allow for replication between different versions of the app
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Mon Jun 16 06:11:45 EDT 2008
[ http://jira.jboss.com/jira/browse/JBCACHE-1233?page=comments#action_12417253 ]
Manik Surtani commented on JBCACHE-1233:
----------------------------------------
This would be an alternate CacheMarshaller that uses XStream. More likely, a subclass of the standard cache marshallers, that would use the current magic number marshalling approach for internal classes, but XStream for user data.
> Use XStream to serialize user classes as an option, to allow for replication between different versions of the app
> ------------------------------------------------------------------------------------------------------------------
>
> Key: JBCACHE-1233
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1233
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 2.1.0.CR2
> Reporter: Manik Surtani
> Assigned To: Manik Surtani
> Fix For: 3.1.0
>
>
> Deserialization failures (class definitions being changed) could be handled by re-playing the call, this time serializing using XStream which is more resilient to class definition changes. Perhaps a cfg option when the user is aware that class definitions have changed?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list