B
Baranyi Peter
Hi,
I try to make an application, where I have to store some user settings.
Since these settings are global for the applciation and I don't want to
instatiate it, the best way would be to store them in a static class, or in
a class with only static members. However I don't know how to deserialize
it, when I want to read it back from an XML file.
What is the standard procedure in this case? How can I store and retrive
such static object?
Thanks:
Peter
I try to make an application, where I have to store some user settings.
Since these settings are global for the applciation and I don't want to
instatiate it, the best way would be to store them in a static class, or in
a class with only static members. However I don't know how to deserialize
it, when I want to read it back from an XML file.
What is the standard procedure in this case? How can I store and retrive
such static object?
Thanks:
Peter