I am trying to develop xaml app for Windows Store. During development I faced a problem. I want to save a generic list of object to the local store but each time I try to save the list, it fires an exception of "type not supported".
Can anybody help me out on saving and restoring generic list in the localstore in windows 8 app.