This serialization feature should probably use the marshmallow library, which was just recently added to the dependencies.
A lot of testing will be needed to verify that any output that can be dumped can also be loaded back in to get an object identical to the one that was dumped.
I'd prefer to import marshmallow only into the io modules, not into the core.
This serialization feature should probably use the marshmallow library, which was just recently added to the dependencies.
A lot of testing will be needed to verify that any output that can be dumped can also be loaded back in to get an object identical to the one that was dumped.
I'd prefer to import marshmallow only into the io modules, not into the core.