Tagged Questions
1
vote
2answers
1k views
How to serialize System.Configuration.SettingsProperty
I need to serialize the System.Configuration.SettingsProperty and System.Configuration.SettingsPropertyValue class object through WCF.
0
votes
1answer
718 views
How to serialize SettingsContext and SettingsPropertyCollection
I need to serialize the System.Configuration.SettingsContext and System.Configuration.SettingsPropertyCollection types as i am implementing my own profile provider. Any suggestions on how to do it in ...