scala / pickling

Fast, customizable, boilerplate-free pickling support for Scala
lampwww.epfl.ch/~hmiller/pickling
BSD 3-Clause "New" or "Revised" License
831 stars 79 forks source link

Generate and register picklers/unpicklers together when using reflection #414

Open jvican opened 8 years ago

jvican commented 8 years ago

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.