[jboss-jira] [JBoss JIRA] Commented: (JASSIST-97) Javassist doesn't serialize the handler along with the proxy
David Lloyd (JIRA)
jira-events at lists.jboss.org
Mon Nov 30 14:54:30 EST 2009
[ https://jira.jboss.org/jira/browse/JASSIST-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12497307#action_12497307 ]
David Lloyd commented on JASSIST-97:
------------------------------------
It is the same issue when you look at how the code is implemented. To solve JASSIST-42, you'd have to serialize the proxy class definition as part of the class descriptor, and the handler would then be serialized normally (as an instance field of the proxy class), but you can't solve one without solving the other.
> Javassist doesn't serialize the handler along with the proxy
> ------------------------------------------------------------
>
> Key: JASSIST-97
> URL: https://jira.jboss.org/jira/browse/JASSIST-97
> Project: Javassist
> Issue Type: Bug
> Affects Versions: 3.11.0.GA
> Reporter: Pete Muir
> Assignee: Shigeru Chiba
> Attachments: JASSIST-97-test.diff
>
>
> When serializing a proxy, Javassist doesn't consider serializing the instance handler, but only the default handler.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list