C# xml序列化与反序列化(转)
摘要:以下为将被序列化的类Entity: [XmlRoot("Root")]public class Entity{[XmlAttribute(AttributeName = "Attr1")]public string Attribute1; [XmlElement("SecondLevel")]pub
阅读全文
posted @ 2020-07-22 18:41
成长了吧?
posted @ 2020-07-22 18:41
posted @ 2012-08-01 17:46