I want to save my object to hard disk (like cache) with XmlSerializer. In this case, I don\'t have any problem.
XmlSerializer
However, when I want to deserialize thi
There is no way in .Net to deserialize to unknown object.
To successfully serialize/deserialize an XML object the class must have default constructor. The best way is to show us the exact error message. Can you do that?