Why is XmlSerializer so slow



Why is XmlSerializer so slow..

Answer / 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

More Dot Net Framework Interview Questions

what is eager loading?

0 Answers   Microsoft,


About .NET Framework ?

5 Answers   MMTS,


Explain Bundle.Config in ASP.Net MVC4?

0 Answers  


Can any particular component of .net framework 3.0 be removed?

0 Answers  


How we can register the Area in ASP.Net MVC?

0 Answers  






What is .net framework & its benefits?

0 Answers  


What is namespace of asp.net mvc?

0 Answers  


What are the Main Features of .NET platform

1 Answers  


give the feature of .net2.0 over .net1.1

6 Answers  


What is ViewStart Page in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


Explain RenderBody and RenderPage in ASP.Net MVC?

0 Answers  


How do you initiate a string without escaping each backslash ?

1 Answers  


Categories