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 background threads? give ex?

3 Answers   CSC, Kanbay,


Explain RenderBody and RenderPage in ASP.Net MVC?

0 Answers  


Which is the base class for .net Class library?

12 Answers   Sonata, TCS,


what is code first approach?

0 Answers   Microsoft,


In which circumstances you used delegates?

5 Answers   HP,






How does the .net framework 3.0 relate to windows vista?

0 Answers  


What is tracing?Where it used.Explain few methods available

1 Answers  


What is .net core framework?

0 Answers  


What are the types of assemblies

1 Answers  


what is datacontrols?

1 Answers  


what is eager loading?

0 Answers   Microsoft,


What are the new features 3.5 framework against with the tool?

0 Answers  


Categories