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

Why string are called Immutable data Type

1 Answers  


Explain the request flow in asp.net mvc framework?

0 Answers  


What is the use of trace utility ?

2 Answers  


Can I customise the serialization process

1 Answers  


What is display mode in mvc?

0 Answers  






what is eager loading?

0 Answers   Microsoft,


what is the use of final method

3 Answers   TCS,


What are differences between entity framework and l2s? : Entity framework

0 Answers  


If you change something in web.config file.Do u need to compile again?

5 Answers   Broadridge, SMNetserv,


What is Layout in ASP.Net MVC?

0 Answers   B-Ways TecnoSoft,


Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?

0 Answers  


How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?

0 Answers  


Categories