Hi, i know, there already is an wiki entry which explains how to use JBoss Serialization. I tried this in our application but unfortunately there is mem leak which occurs after some jetty or tomcat restarts. We don't use client side state saving but AFAIK it will also be used for "SERIALIZE_STATE_IN_SESSION".
My question is, would it be possible to make the serialization more pluggable? I know for example msm (memcached-session-manager) is using a pluggable serialization for serializing the session to the memcached nodes. It allows to use for example: default java, kyro, xstream or javolution. Thanks. Best regards, Thomas

