Open
Description
Currently custom serialization registration must be done within Distributed itself. However this is a bit tricky to manage (particularly for newcomers).
First they need to implement serialization for their libraries objects like so. Second they need to add code to distributed to register their serializers. Third they need to test this somehow using a development install of their library and Distributed.
It would be useful if this registration (second) step could be done in external libraries. This would allow all of the changes in one place without requiring some coordinations of changes, PRs, and releases so as not to break anything.