View Single Post
  #1  
Old 04-26-2012, 11:50 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default 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!
Reply With Quote