Ambiguous Coding Question...
I'm working to develop a front end for EQEMu and am trying to figure out a few things before I get too far into it...
The one question that I have is this:
suppose I have x = new class,
x is then populated with various information..
If I want to save this information, is there a way to just 'save x' or do I have to code to save the entirety of information everytime x is disposed?
I can create a custom class with read/write functions, but wasn't sure if .net offered a solution that I haven't run across yet.
Thanks!
|