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

Describe the roles of clr in .net framework.?

0 Answers  


What are the mobile devices supported by .net platform

1 Answers  


reading doc file in textbox using .net2005 with c#

3 Answers  


what is Thread Priority?

2 Answers  


what is entity framework?

0 Answers   Microsoft,






Which is the root namespace for fundamental types in .net framework?

0 Answers  


what is explicit loading?

0 Answers   Microsoft,


What are the ways to show data grid inside a data grid for a master details type of tables?

1 Answers  


How route table is created in ASP.NET MVC?

0 Answers   NA,


What is display mode in mvc?

0 Answers  


What platforms does the .NET Framework run on?

1 Answers  


How do I change the permission set for a code group

1 Answers   4Cplus,


Categories