To read and write generic objects to isolated storage, you will need to pass the object types. This is so the DataContractSerializer knows how to process the object. So, to write data: /// /// Write a generic object to Isolated Storage/// /// Type of object being written/// The object being written/// The location to write... Continue Reading →