Using extension methods to serialize objects to XML and compress the result - and deserialize again
Elaborating upon the string extension methods I created for compressing and decompressing strings to and from a byte array, it turned out fairly easy to crea...