Why do I get errors when I try to serialize a Hashtable
Answer Posted / 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 View All Answers
what is conceptual model?
what do you mean by table-per-type?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is the importance of NonActionAttribute?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is the use .Glimpse in ASP.Net MVC
What is edm (entity data model)? : Entity framework
How do I install .net framework?
Explain the .net framework.
What is the purpose of a web form?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
Is .net framework 4.8 the last version?
What is domain class model?
What is associationset? : Entity framework
Is the following route definition a valid route definition? {controller}{action}/{id}