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 the significance of nonactionattribute?
Can you declare an override method to be static if the original method is non-static
What is the domain object?
Why to use Html.Partial in ASP.Net MVC?
what is ADO.NET
What are the contents of assembly?
What is the property available to check if the page posted or not
Can you explain renderbody and renderpage in mvc?
what is entity data model?
What is Area in ASP.Net MVC?
what is ssdl?
Do I need microsoft .net framework?