[Mono-bugs] [Bug 74767][Nor] Changed - [GMCS]: Serialization not yet implemented wrt. generics

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 May 2005 10:50:24 -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=74767

--- shadow/74767	2005-05-04 09:54:14.000000000 -0400
+++ shadow/74767.tmp.14572	2005-05-04 10:50:24.000000000 -0400
@@ -37,6 +37,13 @@
 Test case for serialization of generic classes
 
 
 ------- Additional Comments From martin@ximian.com  2005-05-04 09:54 -------
 I have no idea about serialization, could someone else please have a
 look at this ?
+
+------- Additional Comments From lluis@ximian.com  2005-05-04 10:50 -------
+The same error can be reproduced with two lines:
+
+Type t = Type.GetType (typeof(GenTest<string>).FullName);
+Activator.CreateInstance (t);
+