Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DATAREDIS-392 - Add Gerneric Jackson2 RedisSerializer. #145

Closed
wants to merge 2 commits into from

Commits on Aug 28, 2015

  1. DATAREDIS-392 - Add Gerneric Jackson2 RedisSerializer.

    Prepare issue branch.
    christophstrobl committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    c3de444 View commit details
    Browse the repository at this point in the history
  2. DATAREDIS-392 - Add Gerneric Jackson2 RedisSerializer.

    We introduced GenericJackson2JsonRedisSerializer holding a preconfigured ObjectMapper which writes Class type informations into the JSON structure. This enables polymorphic deserialization and allows RedisCache manager to operate upon a RedisTemplate storing data in JSON format, which had until this only been possible using the Jdk Serializer.
    christophstrobl committed Aug 28, 2015
    Configuration menu
    Copy the full SHA
    a1b4ab4 View commit details
    Browse the repository at this point in the history