I want to serialize the following structure in xml with C#.
<?xml version="1.0" encoding="UTF-8"?>
...
<complement>
<hello:world color="0" number="1" >
</complement>
...
... or something like that. I'm interested in namespaces and attributes serializing :P
[(namespace)]
class { }
etc.
Thanks