pub fn read_parent_map_msgpack<R, T>(zr: &mut ZipDocumentReader<R>) -> Result<T>where R: Read + Seek, T: DeserializeOwned,