You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
357 B

using System;
using System.IO;
using System.Xml.Serialization;
namespace MxWeiXinPF.Common
{
public class SerializationHelper
{
public SerializationHelper() { }
/// <summary>
/// 反序列化
/// </summary>
/// <param name="type">对象类型</param>
/// <param name="filename">文件路径</param>