Statistics
| Branch: | Revision:

root / trunk / hammock / src / net35 / ICSharpCode.SharpZipLib.Silverlight / Serialization / SerializableAttribute.cs @ 0eea575a

History | View | Annotate | Download (417 Bytes)

1
using System;
2

    
3
namespace ICSharpCode.SharpZipLib.Silverlight.Serialization
4
{
5
    /// <summary>
6
    /// Code originally authored by Rockford Lhotka:
7
    /// http://www.lhotka.net/weblog/SilverlightSerialization.aspx,
8
    /// presented here with minor naming and code changes.
9
    /// </summary>
10
    [AttributeUsage(AttributeTargets.Class)]
11
    public class SerializableAttribute : Attribute
12
    {
13
        //
14
    }
15
}