I'm trying to save a dictonary to app.config for my c# winform

I see that i can save a stringdictonary under collections.special but i heard thouse are to be avoided if possible becuase there legacy


is there a way to save a dictonary ( in this case string,string) to the app.config with out haveing to go through a lot of hoops?


thanks