Why do I get errors when I try to serialize a Hashtable



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

Post New Answer

More Dot Net Framework Interview Questions

What are class access modifiers

1 Answers  


What is .net core framework?

0 Answers  


What is the CLR

1 Answers  


What is difference between shared and public

1 Answers  


What is CLR? How it will work?

5 Answers  


Can we access the web controls in a page pre initialising event?

2 Answers  


Have you designed any components?

2 Answers   HP,


What is difference between razor and web form engine?

0 Answers  


How to set the debug mode

1 Answers   4Cplus,


exe abrevatiom

5 Answers   IBM,


Will there be a .net compact framework 3.0 release with release of .net framework 3.0?

0 Answers  


What is the difference between viewbag and viewdata in asp.net mvc?

0 Answers  


Categories