Storing arraylist in IsolatedStorage
问题 how do i store a list of array into isolated storage? Possible to place image inside the arraylist too? Thanks 回答1: Like the comments said all you need is to get some serializable object and you're able to store it in IS. Be awate that arrays of more than one dimension are not serializable! Here is a code chunk I use for IS: using System.IO; using System.IO.IsolatedStorage; using System.Xml.Serialization; namespace PhoneApp1 { public class IsolatedStorage { public static void SaveToIs(String