Added hammock project to debug streaming issues
[pithos-ms-client] / trunk / hammock / src / net35 / ICSharpCode.SharpZipLib.Silverlight / Serialization / NonSerializedAttribute.cs
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.Field)]
11     public class NonSerializedAttribute : Attribute
12     {
13         //
14     }
15 }