Skip to content

DATAREDIS-492 - Handle serializing arrays and collections #189

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

Closed
wants to merge 2 commits into from

Conversation

gregturn
Copy link
Contributor

When serializing complex structures that include lists AND arrays, Spring Data Redis breaks down by assuming all "collectionLike" structures implement the Collection interface. This commit includes a test case that reproduces this problem along with a patch to handle both collections and arrays that both identify as "collectionLike".

@gregturn gregturn force-pushed the issue/DATAREDIS-492 branch from 872cd77 to 0359626 Compare April 11, 2016 21:29
christophstrobl pushed a commit that referenced this pull request Apr 15, 2016
christophstrobl added a commit that referenced this pull request Apr 15, 2016
Added some more tests and fix read operation.

Original Pull Request: #189
christophstrobl pushed a commit that referenced this pull request Apr 15, 2016
christophstrobl added a commit that referenced this pull request Apr 15, 2016
Added some more tests and fix read operation.

Original Pull Request: #189
@christophstrobl
Copy link
Member

thanks @gregturn thats fixed.

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.

2 participants