When I try to deserialize using this piece of code, it comes up with an error - there's no semicolon in the second line?
var Binary : BinaryFormatter = new BinaryFormatter();
var TempIntList = (List.)Binary.Deserialize(File);
Any ideas?
↧