2009年1月9日
摘要: using System.Runtime.Serialization.Formatters.Binary; using System.Runtime.Serialization; namespace WebApplication1.Serialize { public partial class Binary1 : System.Web.UI.Page { prot... 阅读全文
posted @ 2009-01-09 10:50 张林春 阅读(2131) 评论(0) 推荐(0) 编辑
摘要: 一、写三个类 PurchaseOrder.cs [XmlRootAttribute("PurchaseOrder")] public class PurchaseOrder { public Address ShipTo; public string OrderDate; // The XmlArrayAttribute ch... 阅读全文
posted @ 2009-01-09 10:26 张林春 阅读(790) 评论(0) 推荐(0) 编辑