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 |
mention what are the various methods provided by the dataset object to generate xml?
What is the use of action filters in an mvc application?
Can I remove .net framework?
What is viewdata?
What are Satellite Assemblies? How you will create this?
What are Action Methods in ASP.NET MVC?
what is entity sql?
What is layout in mvc?
Is it possible to share a view across multiple controllers?
How does CAS work
What is .NET Framework?
What is rxjava used for?