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

Is any files are generated,when we are adding the web reference to the web service?

1 Answers  


what happened when type url in address bar and press enter?

5 Answers   IBM, Wipro,


Will the finally block get executed if an exception has not occurred

1 Answers   Siebel Systems,


Explain the types of Scaffoldings.

0 Answers  


Describe the advantages of writing a managed code application instead of unmanaged one. What's involved in certain piece of code being managed ?

1 Answers  






What is .net framework in simple terms?

0 Answers  


How do you create shared assemblies ?

1 Answers  


Explain something about model, view and controllers in asp.net mvc?

0 Answers  


What is Peek method in Tempdata in ASP.Net MVC?

0 Answers  


What are attributes

1 Answers  


what is minimum requirement for entity framework applications to run?

0 Answers   Microsoft,


Is it possibe to run 2 aplication on single m/c, one App is on .Net Framework 1.0 and another one is on .Net Fremework 2.0?

7 Answers  


Categories