Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. using (var streamWriter = new FileStream("Какой тут путь указывать???", FileMode.OpenOrCreate))
  2. {
  3.  
  4. print("десириализация");
  5. var xmlSerializer = new XmlSerializer(typeof(SerializableDictionary<int, string>));
  6. //result = (XmlSerializableDictionary<string, List<string>>)(xmlSerializer.Deserialize(streamReader.BaseStream));
  7. Record._Record = (SerializableDictionary<int, string>)(xmlSerializer.Deserialize(streamWriter));
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement