All pickler instances.
Attempts to unpickle Any by looking up registered unpicklers using currentMirror
.
All picklers for collections with exception of List which is handled by macro.
Picklers for either trait.
Mix-in trait to generate Pickler
s implicitly.
Mix-in trait to generate Pickler
s implicitly.
See also Pickler.generate
.
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.
Picklers for primitive types.
Pickler implicits for type tags.
Sharing is not guaranteed to be safe w/ all possible picklers.
An pickler for "Any" value (will look up pickler at runtime, or generate it.
An unpickler for "Any" value (will look up unpickler at runtime, or generate it.
All picklers for collections with exception of List which is handled by macro.
These need to be between the big picklers and the gen picklers.