On Dec 14, 2011, at 3:42 AM, DocM wrote: > If you are deserializing an object it is probably worthwhile to go through > the member objects and check they all have explicit constructors.
An explicit constructor won't prevent the linker from removing it. A [Preserve] attribute on an explicit constructor will prevent the linker from removing it. :-) Alternatively, don't link user assemblies, only SDK assemblies (which IIRC is the default...). Thanks, - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid