neerajjain09 / gridkit

Automatically exported from code.google.com/p/gridkit
0 stars 0 forks source link

ReflectionPofSerializer fails of java.util.Collections$SingletonSet #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you serialize a set you got by invoking java.util.Collections.singleton(xx) 
and deserialize it, you get a SingletonSett that contains 
ImmutableArrayList$ListView that contains xx.

i.e.
[123] gets turned to [[123]]

Original issue reported on code.google.com by Teofilis...@gmail.com on 17 Dec 2012 at 3:55

GoogleCodeExporter commented 8 years ago
Similar with Collections.EMPTY_SET

Original comment by Teofilis...@gmail.com on 18 Dec 2012 at 4:37

GoogleCodeExporter commented 8 years ago
Could you also make a new release please? I just got bitten by ArrayList 
serialization issue in release 1.3.2 that is already fixed on trunk, 
ReflectionPofSerializer around line 320.

Original comment by Teofilis...@gmail.com on 4 Jan 2013 at 4:09

GoogleCodeExporter commented 8 years ago
By the way, all these issues I had with version 1.3.2 of ReflectionPofSerializer

Original comment by Teofilis...@gmail.com on 4 Jan 2013 at 4:13