https://bugzilla.novell.com/show_bug.cgi?id=681747
https://bugzilla.novell.com/show_bug.cgi?id=681747#c3 --- Comment #3 from Atsushi Enomoto <[email protected]> 2011-04-08 08:28:13 UTC --- Turned out that there isn't known Silverlight-compatible way to do it. XmlSerializerFormatAttribute should internally create XmlSerializerOperationBehavior and attach it to OperationDescription.Behaviors. But there is no public XmlSerializerOperationBehavior constructor. There is actually one non-public constructor that takes "OperationReflector" which is totally unknown (i.e. MS internal type), so we cannot even get working XmlSerializerOperationBehavior via FormatterServices.GetUninitializedObject(). The internal access list that we have in moon module does not describe anything related to XmlSerializerFormatAttribute, but I actually found that System.ServiceModel.dll references it (grep the assembly), so it seems that the internal access list is incomplete. Until it gets known, it is not possible to "fix" this issue. -- 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
