[Mono-bugs] [Bug 68831][Nor] New - can't deserialize class and class derivered from this class and with reference
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Oct 2004 18:56:35 -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 vavrik@teledom.sk.
http://bugzilla.ximian.com/show_bug.cgi?id=68831
--- shadow/68831 2004-10-26 18:56:35.000000000 -0400
+++ shadow/68831.tmp.20502 2004-10-26 18:56:35.000000000 -0400
@@ -0,0 +1,49 @@
+Bug#: 68831
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details: windows 2003
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vavrik@teledom.sk
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: can't deserialize class and class derivered from this class and with reference
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+in the corlib\System.Runtime.Serialization.Formatters.Binary in class
+Objectreader.
+When you have clas A an class B derived from class A and you have reference
+in class A to class B so you can't deserialize this class "Can't find
+metadata to class B"
+
+but If you use interface as base class its OK
+
+
+Steps to reproduce the problem:
+1. create class A
+2. create class B from A
+3. create variable of type B in class A
+4. serialize and deserialize
+
+Actual Results:
+
+I would like to repair problem and send back
+
+Expected Results:
+
+
+How often does this happen?
+
+in every situation about
+
+Additional Information: