I am vb.net developer and need to read nasty xml file stated with
<serialization SerializationRoot="SmsTntBusinessProcessObject">
<extensions>
<SmsTntXmlSerializerGUIExtension>
and so on
I tied to Deserialize using XmlSerializer but it did not work. I used to work with xml files, but never seen files like that. Does somebody know where I have to start? Any help/hint will be very appropriated
Lev