Marking Schema Properties as Non-Serializable
Dumb question: is there a way to mark a Schema property as "do not encode/decode"? I have a state object that I save on teardown but I want to rip out the properties that can't be serialized (socket connections and the like).
