I often get asked questions about serializing a class to XML and then deserializing it back to its original object. There are numerous reasons why you would do this, but more commonly I found that it is the preferred way to persist objects in a database. I’ve put together these two methods that will take [...]