Serialization

I want to simply save a list of variables to "preset" files and be able to retrieve them whenever I choose this preset. I'm not sure exactly how to do this. Can anyone help me get started this?
[200 byte] By [bigdan43] at [2007-11-19 7:27:06]
# 1 Re: Serialization
Serialization is pretty well documented.

For simple variables, perhaps WritePrivateProfileString would work for you.
GCDEF at 2007-11-11 0:27:30 >
# 2 Re: Serialization
Is there any way I can just call a function in my main class... I've tried making a class for the serialization and it's been giving me problems...
bigdan43 at 2007-11-11 0:28:30 >
# 3 Re: Serialization
Sure. Can you post what you did and what problems you're having.
GCDEF at 2007-11-11 0:29:24 >