Hi,

I did some tests : all classes that should be serialized with Kryo must be 
registered in Kryo. It's done here : 
https://github.com/Jasig/cas/blob/3.5.x/cas-server-integration-memcached/src/main/java/org/jasig/cas/ticket/registry/support/kryo/KryoTranscoder.java,
 initialize method.

Classes used in OAuth module are not registered in Kryo. Though, you can do 
that by using the setSerializerMap method.

If you find it too complicated or if it doesn't work for any reason, you can 
still use the SerializingTranscoder from spymemcached client instead of the 
KryoTranscoder.

Best regards,
Jérôme

-- 
You are currently subscribed to cas-user@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to