CMertens / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
Other
0 stars 0 forks source link

Code requires OverwriteList when it shouldn't #257

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've attached a test case.
It prints that DeepClone has concatenated the list contents with themselves. An 
"OverwriteList" here fixes the problem, but it shouldn't be necessary, as 
nothing in the object graph necessitates the array data to appear twice in the 
byte stream, I think.

Original issue reported on code.google.com by logix...@gmail.com on 6 Dec 2011 at 3:32

Attachments: