Register a reader function.
data_format : str
The data type identifier. This is the string that will be used to specify the data type when reading.
data_class : classobj
The class of the object that the reader produces
function : function
The function to read in a data object.
force : bool
Whether to override any existing function if already present.