Well, looks to me like you did not mark the class as Serializable. Look into C# attributes (the "Serializable" attribute in particular).

Also, please use code tags so that we can read your code without our eyes burning.