I was wondering if anyone knows of a quick way or if anyone has written a reflection tool to tell which objects in a solution are not marked as serializable. I'm switching a site over to a StateServer and i need to have all objects marked as serializable. I don't want to miss any.
Also, second part do enums have to be serializable?
The website is an ASP.NET 1.1 site built with VS 2003