HomeSoftware Heritage

backfiller: remove convertion of model objects back to dicts.

Description

backfiller: remove convertion of model objects back to dicts.

As a temporary workaround to remain compatible with existing backfiller converters,
I made them convert back to dict before they are converted again to model objects.

This commit removes this workaround by making converters return model objects.

Details