Answer Posted / kirti
There is a once-per-process-per-type overhead with XmlSerializer. So the first time you serialize or deserialize an object of a given type in an application, there is a significant delay. This normally doesn't matter, but it may mean, for example, that XmlSerializer is a poor choice for loading configuration settings during startup of a GUI application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is msl?
Explain entity lifecycle? : Entity framework
What is a model in android?
How route table is created in ASP.NET MVC?
What is object service? : Entity framework
What is difference between viewbag and viewdata and tempdata?
Explain the methods used to render the views in mvc?
Explain what languages does the .net framework support?
What is .net framework used for?
Explain Sections is ASP.Net MVC?
Can I set the unlimited length for "maxjsonlength" property in config?
What is the difference between partial and renderpartial?
How does the .net framework 3.0 relate to windows vista?
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
what is use of entitydatasource control?