摘要:
asp.net利用对象数组实现xml序列化的代码实例数组的Xml序列化需要使用XmlArrayAttribute和XmlArrayItemAttribute;XmlArrayAttribute指定数组元素的Xml节点名,XmlArrayItemAttribute指定数组元素的Xml节点名。如下代码示例:/*IT从业之家 http://www.3ppt.com */using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Serialization;name 阅读全文