All pickler instances, including the low priority implicits.
All collection picklers except List which is handled by a macro.
Generate Picklers and Unpicklers for Either and its subclasses Right and Left.
Mix-in trait to generate Pickler
s and Unpickler
s implicitly.
Mix-in and make use of generation-related code that runtime picklers usually need for unknown type parameters as Any.
Register some generators at boot time so that runtime generation can reuse them and not try to reflectively figure out the structure of classes to create picklers and unpicklers accordingly.
Register some generators at boot time so that runtime generation can reuse them and not try to reflectively figure out the structure of classes to create picklers and unpicklers accordingly.
This trait has no relation with the generation of pickler/unpicklers, although they share the same denotation.
Contains picklers which serialize java.math.BigDecimal.
Contains picklers which serialize java.math.BigDecimal. Note; This currently serialzies as a string.
This contains implicits which can serialize java.math.BigInteger values.
Picklers for primitive arrays.
Pickler implicits for type tags.
Sharing is not guaranteed to be safe w/ all possible picklers.
Mix-in trait to generate
Pickler
s andUnpickler
s implicitly. See alsoPickler.generate
andUnpickler.generate
.