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