Convenience method to load an object from an HDF5 group. This method loads the IO metadata from the file, then uses
the list of registered handlers to automatically find the corresponding IO handler, and finally uses that handler
to load the object.
Convenience method to load an object from an HDF5 group. This method loads the IO metadata from the file, then uses
the list of registered handlers to automatically find the corresponding IO handler, and finally uses that handler
to load the object.
Attributes
h5File
the HDF5 file containing the group.
h5Group
the HDF5 group within the file to load the object from.
Returns:
the object corresponding to the information in the HDF5 group.
Convenience method to store an object to an HDF5 group. This method uses the list of registered handlers to
automatically find the correct IO handler, then saves the object's metadata and uses the IO handler to save the
object.
Convenience method to store an object to an HDF5 group. This method uses the list of registered handlers to
automatically find the correct IO handler, then saves the object's metadata and uses the IO handler to save the
object.