aglushkov / serega

MIT License
7 stars 0 forks source link

if batch loader sepcified as symbol, user should define it before usage #136

Closed aglushkov closed 11 months ago

aglushkov commented 11 months ago

This way we can find error about not existing batch loader earlier. Most of the time user will not reuse loaders, as they are quite unique by nature. But if they want to reuse it, they will probably define it in parent serializer, so it should not be a problem

aglushkov commented 11 months ago

Merged in v0.18.0