Xml serialization with deep indent
Hi I'm not so good at this but I have a huge interest. :)
How can I serialize this xml?
<A>
<B>
<C>1600</C>
</B>
<B>
<C>
<F>34开发者_高级运维</F>
</C>
</B>
<D>
<E>1400</E>
</D>
</A>
You should add class definitions to your question - that would make it much easier to understand what you need.
For now, I could suggest to look at MSDN: say, here and here.
精彩评论