baiheqiang / memcached-session-manager

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

about NotSerializableException #147

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Caused by: java.io.NotSerializableException: 
com.ibatis.sqlmap.engine.mapping.statement.PaginatedDataList

I use JpetStore to test session manager but this object cannot Serialize.

please help me

Original issue reported on code.google.com by xiaolian...@gmail.com on 27 Jun 2012 at 6:48

GoogleCodeExporter commented 8 years ago
Not a bug.

If you need to serialize objects that are not Serializable you can use kryo, 
see 
http://code.google.com/p/memcached-session-manager/wiki/SerializationStrategies 
for a comparison of serialization strategies and 
http://code.google.com/p/memcached-session-manager/wiki/SetupAndConfiguration 
for how to configure them.

Original comment by martin.grotzke on 27 Jun 2012 at 7:36