[Mono-list] Deserialization issue when talking to webservice from mono

Alan McGovern alan.mcgovern at gmail.com
Wed Feb 11 12:03:55 EST 2009


Just to clarify, what you're saying is that if Mono binary serializes your
generic list, then MS.NET cannot deserialize the resulting stream? If so,
what version of Mono are you on. If it's older than 2.2, maybe you should
try 2.2 and see if the issue has been resolved.

Ideally there would be no difference, but binary serialization puts a
dependency on private implementation detail which makes it hard to replicate
exactly.

Alan.

On Wed, Feb 11, 2009 at 4:55 PM, Rob Weiss <rweiss at chesapeakebay.net> wrote:

>
> Ok. Here is the deal with my issue. It "appears" that the implementation of
> the Generic Sorted List on mono is *NOT* implemented the same was as in the
> .Net Framework. So when I binary serialize the Object, which has a Generic
> Sorted List property, on mono and deserialize on win-32, using the EXACT
> same DLL, it thows the error listed above.
>
> Is there a list of the differences of the implementations between mono and
> .Net? BTW, this specific DLL PASSED the MoMA with no issues reported.
> --
> View this message in context:
> http://www.nabble.com/Deserialization-issue-when-talking-to-webservice-from-mono-tp21954562p21958261.html
> Sent from the Mono - General mailing list archive at Nabble.com.
>
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20090211/97e9fb43/attachment.html 


More information about the Mono-list mailing list