Why do I get errors when I try to serialize a Hashtable
Answer / kirti
XmlSerializer will refuse to serialize instances of any class that implements IDictionary, e.g. Hashtable. SoapFormatter and BinaryFormatter do not have this restriction.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is ADO.NET
What is meant by viewdata?
WHICH IS MORE SECURED AMONG JAVA AND .NET?
What is the use of viewmodel in mvc?
what is MVC pattern?
What is razor code?
How we can register the Area in ASP.Net MVC?
What is managed extensibility framework?
What is the importance of NonActionAttribute?
What is CLR and how it generates native code ?
1 Answers Digital GlobalSoft, Vital Soft,
What are the components required to create a route in ASP.Net MVC?
How can Bitwise OR operator reresents in .Net?? To which alias name a variable points to if it is declared as "int" variable??