Unarchives the value associated with the given key.
the key associated with the value
the unarchived value
auto archive = new XmlArchive!(); archive.beginUnarchiving(data); auto foo = unarchiveBool("foo");
See Implementation
Unarchives the value associated with the given key.