You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to support custom serialization mechanisms for Spring Session JDBC. This would allow better performance and also working around scenarios where session attributes are not serializable.
We actually already support this via JdbcHttpSessionConfiguration#setConversionService - the supplied ConversionService is responsible for serializing attributes (by default we use SerializingConverter and DeserializingConverter - see JdbcHttpSessionConfiguration#createConversionServiceWithBeanClassLoader).
It would be nice to support custom serialization mechanisms for Spring Session JDBC. This would allow better performance and also working around scenarios where session attributes are not serializable.
Related #685 spring-projects/spring-security#5378
The text was updated successfully, but these errors were encountered: