The dump() of the Array class uses the AxisCollection.display_names property to generate the axes names. This means that exporting arrays with anonymous axes will convert the None names as strings {i}*.
However, I am not sure it's worth it to add a new argument to the dump() method.
@gdementen
What do you think?