TimurMahammadov / google-collections

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

Establish serialized form for all collections #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We'll need to establish this and commit to it before 1.0.

We've punted it thus far; most collections just use default serialization
right now, even though this is dumb in some cases like BiMap.

Original issue reported on code.google.com by kevin...@gmail.com on 1 Nov 2007 at 8:14

GoogleCodeExporter commented 9 years ago
I don't think BiMap is that dumb... The user-provided backing maps provided 
could
have arbitrary additional behaviour - for example, they could have constraints 
on
which elements are legal. To retain this behaviour, we need to serialize both 
of them.

Original comment by limpbizkit on 28 Jan 2008 at 7:24

GoogleCodeExporter commented 9 years ago

Original comment by kevin...@gmail.com on 27 May 2008 at 6:32

GoogleCodeExporter commented 9 years ago

Original comment by jared.l....@gmail.com on 18 Jun 2008 at 8:49

GoogleCodeExporter commented 9 years ago

Original comment by kevin...@gmail.com on 17 Sep 2009 at 5:45

GoogleCodeExporter commented 9 years ago

Original comment by kevin...@gmail.com on 17 Sep 2009 at 5:46

GoogleCodeExporter commented 9 years ago
something that may be helpful when dealing with serialization & refactoring: 
issue 243

Original comment by sberlin on 18 Sep 2009 at 2:14

GoogleCodeExporter commented 9 years ago
We've finished doing as much revisiting of serialized forms as we're going to 
have 
time for, barring specific reports of issues from users.

Original comment by kevin...@gmail.com on 16 Oct 2009 at 8:30