the key associated with the associative array
a callback that performs the unarchiving of the individual keys and values. length is the length of the archived associative array
the id associated with the associative array
auto archive = new XmlArchive!(); archive.beginUnarchiving(data); auto id = archive.unarchiveAssociativeArray("aa", (size_t length) { // unarchive the individual keys and values });
unarchiveAssociativeArrayKey unarchiveAssociativeArrayValue
Unarchives the value associated with the given id as an associative array.