Get solution of all DOT NET,PHP,ASP,AJAX programming bugs or error like access is denied,unexpected error,fatal error,internal server error,run time error,compile time error.
Dec 17, 2007
Why do I get errors when I try to serialize a Hashtable?
XmlSerializer will refuse to serialize instances of any class that implements IDictionary, e.g. Hashtable. SoapFormatter and BinaryFormatter do not have this restriction.