I'm often using java serialization, which is very usefull to store a complete object hierarchy.
When trying to serialize a SetMultimap, I got an exception saying that that AbstractMultimap.WrappedSet is not serializable.
How do guava users workaround with this problem?
Thanks in advance,