mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-08 11:16:58 +08:00
For use in a function that wraps de-serialization, to call instead of creating the OrderedDicts from a module outside of the object. So that the other module does not need to the internals of this object, also to ensure that the cythonized OrderedDict is used, when available. This need should be superseded with serialization versioning.