[Mono-bugs] [Bug 49879][Wis] Changed - XML serialization doesn't handle recursion

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 14:13:22 -0400 (EDT)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=49879

--- shadow/49879	2003-10-20 13:08:29.000000000 -0400
+++ shadow/49879.tmp.29869	2003-10-20 14:13:21.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 49879
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: orphennui@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -18,6 +18,9 @@
 Regular xml serialization (non-soap), doesn't handle recursion at all,
 instead getting into an infinite loop at runtime.  Also, after looking at
 the api, there seems to be no way to turn this on, or support it outside of
 manually implementing ISerializable.
 
 Is this by design (from MS), or does mono just not support it yet?
+
+------- Additional Comments From lluis@ximian.com  2003-10-20 14:13 -------
+Please, can you post a test case?