[Mono-devel-list] un-interoperatible classes .NET -> Monoremoting
Lluis Sanchez
lluis at ximian.com
Tue Sep 28 11:28:40 EDT 2004
> Seriously though, am I right in thinking that this is a serialization issue?
yes
> If yes, then I cannot use serialization to save my resources?
You can. If you care about interoperability, just make sure you don't
serialize any class that is not under your control.
> But it would mean that remoting using MBR should work?
Yes, it works.
> (Or is there some serialization going on somewhere under the hood?)
Yes, some classes are serialized, but those are interoperable.
> If no, then remoting using MBV should work?
Yes, it works, as far as the MBV class is the same in both sides.
>
> I'm pretty sure the answer will be yes, yes, no, yes, no, but knowing
> beats guessing.
>
> Thank you for your help.
>
> Anset.
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
More information about the Mono-devel-list
mailing list