[Mono-dev] Remoting between dotnet framework and mono framework
Robert Jordan
robertj at gmx.net
Wed Mar 11 11:13:06 EDT 2009
Hi,
Eric45 wrote:
> Is it possible to have a remoting MONO server working on linux being
> contacted by a DONET windows remoting client ?
Yes.
> If yes how the compliance is made between objects passed by reference ?
I don't understand this question. Do you mean MarshalByRefObjects?
They are supported.
> Same question about objects passed by serialization ?
You can expect 100% compatibility with custom classes (those you've
designed yourself).
Basic BCL classes (ArrayList, Hashtable) are also compatible,
but it's safer to not depend on classes that are not under your
control.
Robert
More information about the Mono-devel-list
mailing list