Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

ImmutableSetMultimap deserialization, or completing the TODOs #67

Closed
@michaelhixson

Description

@michaelhixson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions