[longomatch] Mark as serializable missing classes



commit 5cd71b5717acd634f165a30c9a90bf485d5d4518
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Aug 24 21:43:59 2011 +0200

    Mark as serializable missing classes

 LongoMatch/Store/TagStore.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Store/TagStore.cs b/LongoMatch/Store/TagStore.cs
index 73f43e8..7256db8 100644
--- a/LongoMatch/Store/TagStore.cs
+++ b/LongoMatch/Store/TagStore.cs
@@ -75,10 +75,13 @@ namespace LongoMatch.Store
 		}
 	}
 	
+	[Serializable]
 	public class StringTagStore: TagsStore<StringTag, string> {}
 	
+	[Serializable]
 	public class PlayersTagStore: TagsStore<PlayerTag, Player> {}
 	
+	[Serializable]
 	public class TeamsTagStore: TagsStore<TeamTag, Team> {}
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]