Unreadable session after serialization · Issue #361 · spring-projects/spring-session
You cannot really read bytes in Redis until they are converted and the LdapFailAwareRedisObjectSerializer
is writing the object to its JDK serialized version. You would need to change
template.setHashValueSerializer(new LdapFailAwareRedisObjectSerializer());
to use something that writes in a human readable format (i.e. JSON).
Read full article from Unreadable session after serialization · Issue #361 · spring-projects/spring-session
No comments:
Post a Comment