blob: 0553762bcfdc02d3d96485db59f8522fbef7e8eb [file] [log] [blame]
#if NOSERIALIZABLE && !COMPACT_FRAMEWORK
namespace System
{
[AttributeUsage(AttributeTargets.Class)]
public class SerializableAttribute : Attribute
{
public SerializableAttribute () : base() { }
}
}
#endif