How to save a list of objects in isolated storage in wp7
问题 Hi I have this class to save RSS feed items. I have a list of them and I want to store it in isolated storage in Windows phone 7. Can somebody help me for that. I know how to serialize the class and save it in the isolated storage as a single object for a single RSS item. public class RssItem { public RssItem(string title, string summary, string publishedDate, string url ,string subtitle ,string duration, Enclosure enclosure) { Title = title; Summary = summary; PublishedDate = publishedDate;