https://bugzilla.novell.com/show_bug.cgi?id=427769
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=427769#c2 --- Comment #2 from Raja Harinath <[email protected]> 2009-01-04 09:55:29 MST --- There are several issues that need to be resolved with typed data sets generated both by .NET and mono. However, since mono's xsd doesn't emit serialization code at all, we can focus on classes created by .NET's xsd. * serialize on mono, deserialize on mono (case above) * serialize on mono, deserialize on .NET * serialize on .NET, deserialize on mono The first case may be slightly easier, but the serialization compatibility issue is important. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
