I\'m attempting to deserialize a custom class via the XmlSerializer and having a few problems, in the fact that I don\'t know the type that I\'m going to be deserializing (i
I'd use xpath to quickly figure out whether the input xml contains class A or class B. Then deserialize it based on that.