async fn read_n<T>(reader: &mut SnapshotPayloadReader) -> BackupResult<Vec<T>>where T: DeserializeOwned,