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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 13:08:29 -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 orphennui@yahoo.com.

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

--- shadow/49879	2003-10-20 13:08:29.000000000 -0400
+++ shadow/49879.tmp.28819	2003-10-20 13:08:29.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 49879
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: orphennui@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Summary: XML serialization doesn't handle recursion
+
+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?