As commented in #412, we should also generated and register (un)picklers together when using reflection. @jsuereth pointed it out this way:
We should update the runtime registry of picklers/unpicklers so that it works on PicklerUnpicklers rather than the individual ones. This includes generating both when we need runtime creation of picklers.
This is future work for 0.11.x and it will be done soon.
As commented in #412, we should also generated and register (un)picklers together when using reflection. @jsuereth pointed it out this way:
We should update the runtime registry of picklers/unpicklers so that it works on PicklerUnpicklers rather than the individual ones. This includes generating both when we need runtime creation of picklers
.This is future work for
0.11.x
and it will be done soon.