I'm trying to make a website work with a state server, but I'm having issues where classes need to be marked as [Serializable] to work. Problem is we have tons of classes. It just seems like a red flag to mark all my classes as Serializable.
Any thoughts?