[Mono-bugs] [Bug 660474] Serialization incompatibility: MS.NET not able to deserialize Mono's Dictionary<K, V>

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 9 07:16:21 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=660474#c8


--- Comment #8 from Robert Jordan <robertj at gmx.net> 2011-02-09 12:16:20 UTC ---
It's of course still failing. Odds are you're trying the opposite direction
(mono client, Windows server).

It depends on what type "K" in Dictionary<K,V> is. String and Enums do not work
because MS is expecting some custom private comparer type that Mono does not
provide for obvious reasons (it's a private class).

HashSet was never compatible with MS.NET, and all this has nothing to do with
the drop of the 1.1 profile.

-- 
Configure bugmail: https://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