-
Notifications
You must be signed in to change notification settings - Fork 75
StorageApplicationSettings
Rico Suter edited this page Jul 8, 2015
·
1 revision
- Package: MyToolkit.Extended
- Platform: WinRT, UWP
Provides method to save and retrieve complex setting objects. The setting objects are serialized and deserialized using the DataContractSerialization or XmlSerialization class.
Methods which use the DataContractSerializer (the DataContract, DataMember, ... attributes):
- SetSettingToFileAsync()
- GetSettingFromFileAsync()
Methods which use the XmlSerializer (the XmlIgnore, XmlAttribute, ... attributes):
- SetSettingToXmlFileAsync()
- GetSettingFromXmlFileAsync()