frejanordsiek / hdf5storage

Python package to read and write a wide range of Python types to/from HDF5 formatted files. Can read/write data to the HDF5 based Matlab v7.3 MAT files.
BSD 2-Clause "Simplified" License
83 stars 24 forks source link

Adding support for collections.Counter #91

Closed frejanordsiek closed 4 years ago

frejanordsiek commented 4 years ago

Adding read/write support for collections.Counter (https://docs.python.org/3/library/collections.html#collections.Counter)

frejanordsiek commented 4 years ago

Added in commit 9b094dceb9df109fa5481d20d347cd60a4f1cd68 in a new marshaller Marshallers.PythonCounterMarshaller.