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 |
what is ssdl?
How does .net framework works?
what is a round trip?What is a postback?
What is entity framework in asp net?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
What are Action Filters in ASP.NET MVC and its use?
What is .net core framework?
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
What is objectset? : Entity framework
What is "out" parameter how it is used in methods?
What is Attribute Routing in ASP.Net MVC?
How can I return string result from action in asp.net mvc?