the key associated with the pointer
a callback that performs the unarchiving of value pointed to by the pointer
the id associated with the pointer
auto archive = new XmlArchive!(); archive.beginUnarchiving(data); auto id = unarchivePointer("ptr", { // unarchive the value pointed to by the pointer });
Unarchives the pointer associated with the given key.