摘要:
1、一个XML对应一个对象,对象序列化之后变成xmlpublic class student{ public Student() {//空构造函数 }public Student(string name, int age)//有参数的构造函数 { this.name = name; this.age = age; }[System.Xml.Serialization.XmlElement("stu... 阅读全文
posted @ 2010-04-22 11:52
张倩
阅读(256)
评论(0)
推荐(0)