Unarchives the string associated with the given key.
the id associated with the string
the unarchived string
auto archive = new XmlArchive!(); archive.beginUnarchiving(data); Id id; auto str = archive.unarchiveString("str", id);
See Implementation
Unarchives the string associated with the given key.