Skip to content

Handling serialization registration externally #3831

Open
@jakirkham

Description

@jakirkham

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprove existing functionality or make things work betterhelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions