XmlDeserializer to handle inline lists
- by d1k_is
Im looking at implementing a fix in an XmlDeserializer to allow for element lists without a specific containing element.
The XmlDeserializer im basing off checks for a list object type but then it gets the container element im trying to figure out how to get around this and make it work both ways.
enter code here var t =…