SerializationException Type “is not marked as serializable” - But it is

后端 未结 4 1298
甜味超标
甜味超标 2021-01-01 19:21

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

4条回答
提交回复
热议问题