I set my DataContracts namespace to "", which deleted one namespace, but I need to delete another:
XMLNS: I = "http://www.w3.org/2001/XMLSchema-instance"
If there is no other way, how can I serialize my class before returning and crack the namespace?
I have to do this in order to work with another company API.
source
share