摘要:
学习了XmlAttribute,XmlElement属性的定义和使用。Order类定义using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Serialization;namespace Artech.XmlSerializerDemos{ [XmlRoot("Ord",Namespace="http://www.artech.com")] public class Order { private double 阅读全文