[jboss-jira] [JBoss JIRA] Commented: (JASSIST-97) Javassist doesn't serialize the handler along with the proxy
Shigeru Chiba (JIRA)
jira-events at lists.jboss.org
Tue Nov 10 00:32:05 EST 2009
[ https://jira.jboss.org/jira/browse/JASSIST-97?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12493915#action_12493915 ]
Shigeru Chiba commented on JASSIST-97:
--------------------------------------
Serializing a proxy object is tricky because the class of that proxy object is dynamically created.
There is no way to serialize the definition of that dynamically created class as far as I know.
That's why fixing JASSIST-42 is not easy.
However, this problem could be fixed. Pete, can you kindly post a simple short test code
(I mean, a unit test). It really helps the work. Thanks.
> 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
>
> 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