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 are class access modifiers
What is .net core framework?
What is the CLR
What is difference between shared and public
What is CLR? How it will work?
Can we access the web controls in a page pre initialising event?
Have you designed any components?
What is difference between razor and web form engine?
How to set the debug mode
exe abrevatiom
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is the difference between viewbag and viewdata in asp.net mvc?