|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

MethodHolderSerializationProxy looks weird. I am not sure why class names are serialized instead of the classes themselves. As far as I know there is very little to no overhead in serializing the class directly compared to serializing the name. I would change MethodHolderSerializationProxy to serialize classes directly. Otherwise you are implementing something that Class serialization already can do!