Rob Winch

Results 236 comments of Rob Winch

@pcornelissen There in lies the problem. You cannot have arbitrary deserialization without including the class names (which is Java specific) in the output of serializing the classes. For what its...

@pcornelissen Thanks for the feedback. You can see it is documented here http://docs.spring.io/spring-session/docs/current-SNAPSHOT/reference/html5/#custom-redisserializer Does that help?

@pcornelissen Thanks for the feedback on the documentation! Would you mind sending a PR with the suggested changes? > Sorry for highjacking this issue for this. Did I something wrong...

@pcornelissen Looking into this a little more. Perhaps what we need is the ability to convert the delta map (that contains rich objects) into an arbitrary map instance. I created...

@pcornelissen PS: I think the problem you are encountering is a real issue many users are running into. So I think it is important we flush it out. Thanks for...

Yes. Improving serialization was a theme in 1.3, but this issue just got dropped due to lack of time. Right now you can use Jackson, but you must include the...

@vpavic Thank you for your thoughts. To be honest I haven't completely thought this one out myself so your response is quite valuable in getting this moving forward. > What...

@vpavic Thanks for your feedback. It sounds as though that solution would be limited to JDBC operations? I would prefer to allow this feature to support all repository implementations.

We don't want issues like #191 happening again!

@sadraskol Thanks for the detailed analysis. If you could put together a simplified sample that illustrates the problem that would be the first step. The sample is to make it...