Closed GoogleCodeExporter closed 8 years ago
Do/can you use kryo for serialization? Then it would be easy to plugin a custom
LocaleSerializer.
Original comment by martin.grotzke
on 21 Aug 2013 at 7:31
how to apply to custom plugin ? I tried googling but, could not find out how to
apply to custom plugin
Original comment by cj84...@gmail.com
on 3 Sep 2013 at 1:04
You register custom serializers via the "customConverter" attribute, see the
appropriate section in
https://code.google.com/p/memcached-session-manager/wiki/SetupAndConfiguration#O
verview_over_memcached-session-manager_configuration_attributes.
To see some examples check out e.g. this gist
https://gist.github.com/magro/6370466 or existing serializers in
msm-kryo-serializer/kryo-serializers:
https://github.com/magro/memcached-session-manager/tree/master/kryo-serializer/s
rc/main/java/de/javakaffee/web/msm/serializer/kryo
https://github.com/magro/kryo-serializers/tree/kryo1
Original comment by martin.grotzke
on 3 Sep 2013 at 7:47
thanks. i used to pac4j-core LocaleSerializer + custom converter.
The situation was resolved.
Original comment by cj84...@gmail.com
on 4 Sep 2013 at 2:34
Ok, great!
Original comment by martin.grotzke
on 4 Sep 2013 at 8:16
See also issue #185 that just got fixed: msm now (since 1.7.0) also supports
proper Locale serialization with jdk 7 out of the box.
Original comment by martin.grotzke
on 20 Dec 2013 at 9:51
Original issue reported on code.google.com by
cj84...@gmail.com
on 21 Aug 2013 at 2:43