Why do I get errors when I try to serialize a Hashtable
Answer Posted / 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 |
Post New Answer View All Answers
Where is tempdata stored?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
what is msl?
What are Non Action methods in ASP.Net MVC?
What is the .net framework?
Explain the advantage of packaging over xcopy in .net?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is the difference between .net core and .net framework?
Does razor engine supports for tdd?
What is .net framework & its benefits?
What is viewdata?
Mention some action filters which are used regularly in ASP.Net MVC?
What is the difference between renderaction and renderpartial?
Can any particular component of .net framework 3.0 be removed?
What is the difference between viewbag and viewdata in mvc?