NDarrayMarshaller

Support class for HDF5Serializer and other NumPy-friendly interfaces that marshalls data to/from NumPy arrays

atomic_types: tuple

 

__init__(self, base_serializer=None, allow_pickle=True, psuedopickler=None, allow_records=False, all_dicts=False, converters=None): 

 

get_default_converters(): 

 

@property
converter_dispatch(self): 

 

convert(self, data, allow_pickle=None): 

Recursively loop through, test data, make sure HDF5 compatible

  • data: Any
  • :returns: _

 

deconvert(self, data): 

Reverses the conversion process used to marshall the data

  • data: Any
  • :returns: _

 

__call__(self, data, allow_pickle=None): 

Feedback

Examples

Templates

Documentation