DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

ImmutableTable is not serializable in r15 #1562

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
According to the closed 
https://code.google.com/p/guava-libraries/issues/detail?id=1264 ImmutableTable 
should implement Serializable interface like other immutable collections. But 
in r15 it doesn't. It seems that #1264 should be reopened.

Original issue reported on code.google.com by oleg.kha...@smddev.com on 24 Oct 2013 at 10:48

GoogleCodeExporter commented 9 years ago
For whatever reason, I appear to have interpreted the earlier bug as being 
about GWT serialization. (And I'm surprised that even GWT serialization works 
without tagging the class as Serializable.) We should make it "normal 
Serializable," too.

Original comment by cpov...@google.com on 25 Oct 2013 at 4:35

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<issue id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:08