[Mono-bugs] [Bug 76808][Nor] Changed - Not expected behavior
deserializing complex object with XmlSerializer
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Dec 5 16:40:34 EST 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lluis at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76808
--- shadow/76808 2005-12-04 18:59:34.000000000 -0500
+++ shadow/76808.tmp.29618 2005-12-05 16:40:34.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76808
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details: Microsoft Windows XP SP2
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: lluis at ximian.com
ReportedBy: leiszen.daniel at chello.hu
QAContact: mono-bugs at ximian.com
@@ -72,6 +72,10 @@
reuse the collection obtained from the getter. It creates a new
object instead and it first fills the object with the elements.
At this time, the Container of your collection is null,
because the setter will be called just after the collection
has been filled.
+
+------- Additional Comments From lluis at ximian.com 2005-12-05 16:40 -------
+Fixed in SVN (r53949). Now collections will be reused if they already
+exist, like in MS.NET.
More information about the mono-bugs
mailing list