[Mono-bugs] [Bug 519148] New: Binary serialization between .NET and Mono fails with MarshalByRefObject
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jul 3 06:51:26 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=519148
Summary: Binary serialization between .NET and Mono fails with
MarshalByRefObject
Classification: Mono
Product: Mono: Class Libraries
Version: 2.4.x
Platform: x86
OS/Version: Windows Vista
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: jxelam at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=302744)
--> (http://bugzilla.novell.com/attachment.cgi?id=302744)
Fail case
Description of Problem:
A serialized object inheriting from MarshalByRefObject created using .NET will
fail on deserialization by Mono
Steps to reproduce the problem:
1. Compile attached file
2. Run with client as an arg to serialize (using .NET)
3. Run with server as an arg to deserialzie (using Mono)
Actual Results:
System.Runtime.Serialization.SerializationException: Field
"MarshalByRefObject+__identity" not found in class SerializeFail.TestClass
Expected Results:
Data: test data!
How often does this happen?
Every time
Additional Information:
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list