This repository was archived by the owner on Jan 20, 2025. It is now read-only.
ImmutableSetMultimap deserialization, or completing the TODOs #67
Closed
Description
There are a few TODOs in the source code of GuavaDeserializers
. For example:
The ImmutableSetMultimap
one matters to me because the default deserializer does not have the same semantics for traversal order of entries. The order of the entries in the source is important, but it is lost in deserialization when it is put into a HashMultimap
.
I imagine it could be a one line fix, by defaulting to LinkedHashMultimap
instead. But I bet that's not what the person who wrote that TODO had in mind.
In general, for TODOs like this one, do you want pull requests?
Metadata
Metadata
Assignees
Labels
No labels