Like any other object, you read it as
pdos = nlread("myfile.,hdf5", ProjectedLocalDensityOfStates)[-1]
where the -1 index ensure you pick the last object of this class added to the file (or use 0 or any other index in case there are several and you want a specific one).