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 |
can we call the garbage collector to run explicicitly?
What is entity sql? : Entity framework
What is storage model? : Entity framework
What are the different types of filters, in an asp.net mvc application?
What is conceptual model? : Entity framework
What are the 2 ways of adding constraints to a route?
If we not suppress finalize method in dispose what will happen?
How does �side by side� work for the .net framework 3.0?
Does the .NET Framework have in-built support for serialization?
What's an interface
What is poco proxy? : Entity framework
What is the use of finalize and dispose eventhough garbage collector is working?