Saving Generic List in Windows Store Xaml App -


i trying develop xaml app windows store. during development faced problem. want save generic list of object local store each time try save list, fires exception of "type not supported".

can me out on saving , restoring generic list in localstore in windows 8 app.

take on article accessing app data windows runtime (windows store apps), cannot store in app settings except windows runtime base types. tried approaches myself: a) use serialization json.net, serialize data file on suspending , restore on startup. b) use sqlite , sqlite-net use simple db in app.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -