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 is the use of trace utility ?

2 Answers  


who handles these error while writing the source code???.

2 Answers  


If you are using components in your application, how can you handle exceptions raised in a component ?

4 Answers   Accenture, BirlaSoft,


What is orm entity framework?

0 Answers  


if u add an import stmt to an application u can do the same by adding reference to the apllication then what is the diff bet these two ?

1 Answers  






Can I look at the IL for an assembly

1 Answers  


How route table has been created in asp.net mvc?

0 Answers  


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


In razor syntax, what is the escape sequence character for @ symbol?

0 Answers  


What are the properties of Thread class?

1 Answers  


What symbol would you use to denote, the start of a code block in razor views?

0 Answers  


If u have an Empty Xml file and u have to bind dataset data to empty xml file? if u have an empty dataset u have to bind xml file data to it?

0 Answers  


Categories