Open
Description
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.