[Mono-dev] Dictionary serialization between MS.NET and Mono

Robert Jordan robertj at gmx.net
Wed Jan 20 18:13:47 EST 2010


On 20.01.2010 23:01, John Lenz wrote:
> Hi,
>
> I am using mono 2.6.1, and trying to use .NET remoting with binary
> serialization to talk between a mono client and a MS.NET server. Almost
> everything works except transferring an empty
> System.Collections.Generic.Dictionary<> class.
>
> If I create an empty Generic.Dictionary<> object in mono and try and
> deserailize it on MS.NET, I get the following exception.

Here is a more elaborated patch for this issue which assures
that old Monos remain compatible:

https://bugzilla.novell.com/show_bug.cgi?id=474009

I don't know if it still applies correctly.

Robert



More information about the Mono-devel-list mailing list