Quote Originally Posted by tacoman667
How do you serialize it and what would that do? Doesn't a class need a application to use it?
You can serialize a class and structure and that basically takes the class or structure and translates it into a file. Then opening it is faily easy as well.

Check out this page: http://www.c-sharpcorner.com/Languag...bjectsinCS.asp

You would need an application to use it (which was my original suggestion)