[
https://jira.jboss.org/jira/browse/JASSIST-97?page=com.atlassian.jira.plu...
]
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