spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

Add Converter to RedisOperationsSessionRepository

Open rwinch opened this issue 9 years ago • 0 comments

It would be nice if RedisOperationsSessionRepository had two Converter<Map<String,Object> injected into it.

The first would be ran just prior to saving the delta of the session attributes. This would allow custom serialization based on the keys.

The second would be ran just after reading in the session. This would allow custom deserialization based on the keys.

rwinch avatar Sep 08 '16 15:09 rwinch