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

How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?

0 Answers   MCN Solutions,


explain how you can load related entities in ef (entity framework)?

0 Answers   Microsoft,


what is the use of final method

3 Answers   TCS,


How to answer for project questions..?

0 Answers  


What are the advantages of mvc over asp.net?

0 Answers  






what is client wins and store wins mode in entity framework concurrency?

0 Answers   Microsoft,


What is Differnce between html.action and ajax.action?

0 Answers   HCL,


im software developer (.net). i goth1b (usa )appointment 30th of this month . chennai people asking responsbilities .can anyone wht responsbilities i need say . plz help me

2 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


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  


what is a mvc in asp.net?

3 Answers   Cap Gemini, Elsinoir Technologies, HCL,


What is domain class model?

0 Answers  


Categories