Is there a good way to handle XML deserialization of files that can have nested nodes with variable names within C#?
I am working on a deserializer in C# for an XML file type for a program I don’t have any control over. Unfortunately, the XML file structure completely breaks conventions in two major ways, as far as I can tell, and it’s been complicating the patterns for me.