[Mono-dev] Serialization strategies for compatibility.

Lluis Sanchez lluis at ximian.com
Mon Jun 5 09:27:47 EDT 2006


> In general I agree, but ISerializable is a bit of a special case due
> to remoting. It is unlkiely but conceivable that somewhere in remoting
> plumbing (in Mono or another tool) somebody might "if(x is
> ISerializable)...".

There is no such code in remoting, and even if it was I don't see how it
could be a problem. Objects serialized with field serialization or with
the ISerializable interface have the same binary format.

> 
> It might be worth considering an IMonoSerializable interface?
> 
> Mike
> _______________________________________________
> 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