blog.dotnetframework.org
XmlSerializer Cache
Some benchmarks that shows the overhead of the XMLSerializerCachevar xs = new XmlSerializer(typeof(DataSet));On a first call, this generates a cached serialization assembly. On my PC, this takes 0.…