How do I make a serialization class for this?
- by chobo2
I have something like this (sorry for the bad names)
<root xmlns="http://www.domain.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.Domain.com Schema.xsd>
<product></product>
<SomeHighLevelElement>
<anotherElment>
<lowestElement> </lowestElement>…