Hi, I have a simple DataContract class that contains an array of another DataContract class. When it's serialized, the resulting XML contains the array, but every tag first starts with "a:" (example: <a:name>test</a:name>
). Is there a way to tell the serializer to ommit those?
Thanks!