spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

Support for GenericJackson2JsonRedisSerializer feature in Spring Session #220

Open 9you opened 7 years ago

9you commented 7 years ago

Recent version of Spring Session (from 1.3.0) have support for GenericJackson2JsonRedisSerializer which allow us store session in JSON format instead of JDK binary format. Please see What’s New in Spring Session 1.3

But this feature won't work with Spring Social, because of Jackson can't serialize/deserialize classes used in Spring Social (such as ProviderSignInAttempt) It would be nice if Spring Social have support for this feature of Spring Session