baiheqiang / memcached-session-manager

Automatically exported from code.google.com/p/memcached-session-manager
0 stars 0 forks source link

Add support for serialization/deserialization of cglib proxies to javolution-serializer #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
javolution-serializer should be able to serialize/deserialize cglib proxies.

As this is only required if the application uses cglib, this should be 
implemented as a separate module, which can be plugged via the 
customConverter attribute.

Original issue reported on code.google.com by martin.grotzke on 28 Mar 2010 at 10:12

GoogleCodeExporter commented 8 years ago
Added new javolution-serializer-cglib module. Drop the jar in 
$CATALINA_HOME/lib and 
WEB-INF/lib and register the converter class 
"de.javakaffee.web.msm.serializer.javolution.CGLibProxyFormat" via the 
customConverter 
attribute.

Original comment by martin.grotzke on 28 Mar 2010 at 11:06

GoogleCodeExporter commented 8 years ago
what the version of cglib needed?

Original comment by imcap...@gmail.com on 7 Feb 2012 at 11:32

GoogleCodeExporter commented 8 years ago
You should try the latest cglib version. javolution-serializer is built/tested 
against cglib 2.2.

Original comment by martin.grotzke on 8 Feb 2012 at 10:03