THRIFT-1230 C# Library -- THashSet is not marked as Serializable which makes all...
authorRoger Meier <roger@apache.org>
Sun, 17 Jul 2011 14:47:48 +0000 (14:47 +0000)
committerRoger Meier <roger@apache.org>
Sun, 17 Jul 2011 14:47:48 +0000 (14:47 +0000)
Patch: Maciek Weksej

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1147643 13f79535-47bb-0310-9956-ffa450edef68

lib/csharp/src/Collections/THashSet.cs

index a995769..0ddea54 100644 (file)
@@ -23,6 +23,7 @@ using System.Collections.Generic;
 
 namespace Thrift.Collections
 {
+     [Serializable]
        public class THashSet<T> : ICollection<T>
        {
 #if NET_2_0