views:

54

answers:

1

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>

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.

VladV
Thx, got it now. Found an example i msdn.
John