I am serializing an object to xml and would like to set an xmlns attribute to the root node.
eg:
...
<root xmlns="[specified url]">
...
</root>
I cant seem to have an xmlns property/attribute on the member or seem to add the namespace when serializing without a prefix?
Any ideas?