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-390 - Improve Support for JSON Serialization. #136

Closed
wants to merge 3 commits into from

Conversation

thomasdarimont
Copy link

Introduced GenericJackson2RedisSerializer that is capable of serialising arbitrary java objects into redis without a priority knowledge of the used types. This is achieved by encoding the actual type information with the value. Previously users had to use Jackson2RedisSerializer which only supported serialising one type.

thomasdarimont pushed a commit that referenced this pull request Apr 7, 2015
Introduced GenericJackson2RedisSerializer that is capable of serialising arbitrary java objects into redis without a priority knowledge of the used types. This is achieved by encoding the actual type information with the value. Previously users had to use Jackson2RedisSerializer which only supported serialising one type. 

Original pull request: #136.
thomasdarimont pushed a commit that referenced this pull request Apr 7, 2015
Introduced GenericJackson2RedisSerializer that is capable of serialising arbitrary java objects into redis without a priority knowledge of the used types. This is achieved by encoding the actual type information with the value. Previously users had to use Jackson2RedisSerializer which only supported serialising one type. 

Original pull request: #136.
thomasdarimont pushed a commit that referenced this pull request Apr 7, 2015
Introduced GenericJackson2RedisSerializer that is capable of serialising arbitrary java objects into redis without a priority knowledge of the used types. This is achieved by encoding the actual type information with the value. Previously users had to use Jackson2RedisSerializer which only supported serialising one type. 

Original pull request: #136.
Introduced GenericJackson2RedisSerializer that is capable of serialising arbitrary java objects into redis without a priority knowledge of the used types. This is achieved by encoding the actual type information with the value. Previously users had to use Jackson2RedisSerializer which only supported serialising one type. 

Original pull request: #136.
We now support optional type aliases to be defined via the constructor of GenericJackson2JsonRedisSerializer.
@christophstrobl
Copy link
Member

fixed in #145

@jingege
Copy link

jingege commented Oct 12, 2015

We do need this!But it's likely not accepted, pity~

@christophstrobl
Copy link
Member

@jingege A Jackson2 based RedisSerializer suitable for more than one type has already been added via 35424bb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants