I am currently looking at JBoss Serialization as a way to improve our performance with
regards to serialization. However currently we store information about the classloader by
overriding the annotateClass method. And retrieving that information using the
resolveClass where we can ensure the correct class loader is used. However I have noticed
that the JBoss serialization does not make the calls to annotateClass so we cannot store
the information about the class loader. Do you have any ideas how to solve this problem?
or will a future version of JBoss serialization make calls to the annotateClass method?
Cheers
Ben
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995234#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...