I am using the version 17.0 of Guava, especially the new collection types. While trying to write an ImmutableTable
through a Socket
, I realized that the class and its concrete implementations do not seem to be serializable.
However, the two following tickets seem to indicate that the developers are aware of the issue:
Do any of you serialize classes containing ImmutableTable
attributes? How could I do this, without resorting to using a Map
of Map
s?