Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

More Multimaps #25

Merged
merged 8 commits into from
Aug 5, 2013
Merged

More Multimaps #25

merged 8 commits into from
Aug 5, 2013

Conversation

MariusVolkhart
Copy link
Contributor

Add better support for multimap deserialization. Specifically, the current implementation does not allow for the deserialization of multimaps into set-backed multimaps as a LinkedListMultimap is created every time. This implementation adds support for ArrayListMultimap, HashMultimap and TreeMultimap and maintains support for LinkedListMultimap. It also continues to default to LinkedListMultimap if none of the other implementations are better suited.

@pgelinas
Copy link
Member

pgelinas commented Aug 5, 2013

Thanks for the patch! Let me look at it locally just to make sure and I'll merge this in.

pgelinas pushed a commit that referenced this pull request Aug 5, 2013
@pgelinas pgelinas merged commit 88d5b43 into FasterXML:master Aug 5, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants