可以让一个类中一些变量不序列化吗?我有一个class 中有一个变量 filestream怎么样才能让我这个class 可序列化?[解决办法]NonSerialized属性...
[NonSerialized()]public stream filestream;