[Mono-bugs] [Bug 79657][Nor] New - Compiled Xml Serialization does not support Generics

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Oct 13 16:45:09 EDT 2006


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 bmaurer at users.sf.net.

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

--- shadow/79657	2006-10-13 16:45:09.000000000 -0400
+++ shadow/79657.tmp.2373	2006-10-13 16:45:09.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 79657
+Product: Mono: Class Libraries
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.XML
+AssignedTo: lluis at ximian.com                            
+ReportedBy: bmaurer at users.sf.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Compiled Xml Serialization does not support Generics
+
+When tryng to use XML Serialization on a class with List<T> as a field, one
+gets output such as:
+
+	ob. at States = new System.Collections.Generic.List`1[[TuringState,
+TuringLib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]]();
+
+which cases mcs errors.


More information about the mono-bugs mailing list