XmlSerializer的两个构造函数不会出现每次构造都创建TempAssembly的性能问题,其内部做了缓存。public XmlSerializer(Type type) public XmlSerializer(Type type, string defaultNamespace)