你的位置:首页 > 软件开发 > ASP.net > C# 复杂格式多级深度XML序列化反序列化

C# 复杂格式多级深度XML序列化反序列化

发布时间:2016-09-01 12:00:04
default. <config><partnerships> <partnership name="Main_Listener"> <loggers isAdditive="fa ...

 default.

 

<config>        [        public List<logger> loggers { get; set; }        [        public List<sender> senders { get; set; }        [        public List<receiver> receivers { get; set; }        [        public List<processor> processors { get; set; }    #region logger    [    public class logger    #endregion    #region sender        [        public List<property> propertys { get; set; }    #endregion    #region receiver    [    public class receiver        [        public List<property> propertys { get; set; }    #endregion    #region processor        [        public List<property> propertys { get; set; }    #endregion        [        public string value { get; set; }                using (System.IO.StreamReader reader = new System.IO.StreamReader(filePath))

原标题:C# 复杂格式多级深度XML序列化反序列化

关键词:C#

C#
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录