K
Karl
Given:
// A test object that needs to be serialized.
[Serializable()]
public class TestSimpleObject {
What attribute should I use if I wanted to serialize the above as simply
"SimpleObject"?
I tried XmlRoot() and that didn't change the name of the class for me.
TIA.
// A test object that needs to be serialized.
[Serializable()]
public class TestSimpleObject {
What attribute should I use if I wanted to serialize the above as simply
"SimpleObject"?
I tried XmlRoot() and that didn't change the name of the class for me.
TIA.