OkraFramework / Okra.Core

Okra App Framework - The Okra App Framework is designed to support the development of .Net Windows Store applications, in particular those following the MVVM pattern.
http://okraframework.github.io
Apache License 2.0
10 stars 6 forks source link

Consider changing the serialization format for suspension #38

Closed Andy-Wilkinson closed 10 years ago

Andy-Wilkinson commented 10 years ago

Currently serialization of state when an application is being suspended is performed by a DataContractSerializer. For performance reasons using XmlSerializer or other serialization formats may be beneficial.

Andy-Wilkinson commented 10 years ago

Plan to stick to DataContractSerializer for v1.0 for consistency with default Visual Studio project templates.