Way to convert an object to a string and back?
Is there a handy way anyone knows of for converting objects and their member variables to a string and then read and convert back again?
This sort of thing would be useful for writing an application state to a file, or an object in an asp.net state to a cookie.
thanks for any help.