Link to home
Start Free TrialLog in
Avatar of ak5745
ak5745

asked on

Saving dictionary to settings

EE,

Trying to find out if I'm able to save a dictionary into my settings using Settings.Save(). I'm needing it to be available to me when I restart my app. I've seen various examples of custom classes producing XML dictionaries, but am unfamiliar with XML.

Other than learn XML, any tips on saving a dictionary into my settings? Is it possible?

Thanks!
Avatar of daveamour
daveamour
Flag of United Kingdom of Great Britain and Northern Ireland image

Serialisation is generally possible:

http://www.audacs.co.uk/ViewPage.aspx?PageID=493

However I don't think you can serialise a dictionary:

http://stackoverflow.com/questions/495647/serialize-class-containing-dictionary-member
ASKER CERTIFIED SOLUTION
Avatar of ak5745
ak5745

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ak5745
ak5745

ASKER

Links really didn't help me. Had to do more searching to find my answer.