[Mono-list] remoting mono with MS' CLR?

Miguel de Icaza miguel@ximian.com
06 Jul 2003 13:21:15 -0400


Hello,

> Serializing the collection classes would require the collection classes
> to be an exact clone of the Microsoft classes.  Not only do the field
> names have to match exactly, but the underlying implementation
> (how/when/where those fields are used) has to match exactly too.

Good point Thong.   

In a few cases, we might be able to change the implementation to match
the Microsoft runtime behavior, to maximize interop.  It is not perfect,
but at least worth trying.

Miguel