In Windows Forms, .NET Framework 4.0, I am trying to Serialize an instance of a class I wrote.
The class is marked as Serializable, but the form that uses the class
mark BrazierMatrix2 as [Serializable]
BrazierMatrix2
[Serializable]