[Mono-bugs] [Bug 676681] XML Serialization - unexpected characters and missing ending ">"

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 3 09:22:45 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=676681

https://bugzilla.novell.com/show_bug.cgi?id=676681#c2


--- Comment #2 from Adam K <adamka at dgt.com.pl> 2011-03-03 14:22:45 UTC ---
my workaround is 
if(System.Environment.OSVersion.Platform.ToString().Contains("Unix"))
{
xmlizedString = xmlizedString.Substring(1);
}

then serialized object in xml is complete and correct!
its little strange... hope this help fix bug

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list