After Serialzation, object to a string
I am getting the current xml
<obj>
...
<field p2:nil="true" xmlns:p2="http://www.w3.org/2001/XMLSchema-instance"/>
...
</obj>
the field is nullable so i am waiting for an xsi:nill, instead i am getting p2:nill why?
When building an XmlSerializer you can control the namespaces, if you don't random(ish) names will be applied. Try seeing if something like this helps