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

Deserializing SortedSets #100

Closed
ryantanner opened this issue Sep 19, 2013 · 2 comments
Closed

Deserializing SortedSets #100

ryantanner opened this issue Sep 19, 2013 · 2 comments
Milestone

Comments

@ryantanner
Copy link

Are there any plans to support deserialization of SortedSets?

I know that's a pretty big challenge, especially to handle them generically with arbitrary Orderings, but it's a feature we'd really love to see. We've tried adding our own deserializer for it but we've had no luck.

@christophercurrie
Copy link
Member

I haven't looked at this since before the 2.0 release, so it's probably time to look at it again. It might be possible to borrow from the work done for Enumerations to create an annotation that references the Ordering object to be used. I'll see what I can do for the 2.3 release.

@christophercurrie
Copy link
Member

Version 2.3.0-rc1 has been released with this fix. It'd be a big help if you could try out the release candidate and let us know if you have any issues.

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

No branches or pull requests

2 participants