mauriciorodrigues / memcached-session-manager

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

Add support for jsf2/mojarra kryo serialization #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When trying to use kryo as serialization strategy for a mojarra jsf2 webapp it 
fails during deserialization.

There should be a kryo custom serializer added that enables kryo serialization 
of jsf2/mojarra.

Original issue reported on code.google.com by martin.grotzke on 12 Apr 2011 at 10:30

GoogleCodeExporter commented 8 years ago
Added custom serializer for mojarras LRUMap, this can be added as 
customConverter: 
"de.javakaffee.web.msm.serializer.kryo.FacesLRUMapRegistration".

With this the mojarra 2.0.4 guessNumber sample can be used with kryo.

Original comment by martin.grotzke on 12 Apr 2011 at 10:37

GoogleCodeExporter commented 8 years ago

Original comment by martin.grotzke on 19 Jul 2011 at 9:47