telenths / protostuff

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

graph serialization bug on IdentityHashMap and EnumMap #89

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Unlike standard Map.entrySet() entries, EnumMap and IdentityHashMap re-uses the 
Map.Entry across iterator calls.

This can be detected by GraphProtostuffOutput to allow normal behavior.

Original issue reported on code.google.com by david.yu...@gmail.com on 22 Oct 2011 at 6:42

GoogleCodeExporter commented 8 years ago
fixed @ rev 1395.

Original comment by david.yu...@gmail.com on 22 Oct 2011 at 6:59