Store an object instance in an HDF5 group.
A given object instance is (recursively) disassembled into pieces that are storable in HDF5. In general, any pickable object should be storable, but since the parser is not complete, it might not be possible (yet).
Warning
Currently, the parser does not track recursions. If an object contains recursive references all bets are off. Here be dragons...
Parameters : | hdf : HDF5 group instance
obj : object instance
name : str or None
memo : dict
noid : bool
**kwargs :
|
---|