C# Asp.net中xml串与对象互相转换
2021-05-06 12:29
标签:stat exce mlu osi col region class val obj 对象类: C# Asp.net中xml串与对象互相转换 标签:stat exce mlu osi col region class val obj 原文地址:http://www.cnblogs.com/qk2014/p/7658347.htmlpublic class XmlUtil
{
#region 反序列化
///
public class ShuangchengPayQueryResponse
{
public string name { get; set; }
public string age { get; set; }
}
文章标题:C# Asp.net中xml串与对象互相转换
文章链接:http://soscw.com/index.php/essay/83219.html