Merge branch 'master' of http://git.newlifex.com/NewLife/X
大石头 编写于 2018-09-25 18:53:17
X
using System;
using System.Collections.Generic;
using System.Text;

namespace System
{
    /// <summary>指示可以序列化的特性</summary>
    public class SerializableAttribute : Attribute
    {
    }
}