Does "default" serialization in C# serialize static fields?

Viewed 7190

By "default" I mean just using the [Serializable] attribute on the class. I want to say that no, static fields would not be serialized, but I'm not exactly sure.

1 Answers
Related