Package

scala.pickling

pickler

Permalink

package pickler

Visibility
  1. Public
  2. All

Type Members

  1. trait AllGenPicklers extends LowPriorityPicklers with GenPicklers with GenUnpicklers

    Permalink
  2. trait AllPicklers extends PrimitivePicklers with DatePicklers with JavaBigDecimalPicklers with JavaBigIntegerPicklers with JavaUUIDPicklers with TypeTagPicklers with PrimitiveArrayPicklers with RefPicklers with EitherPicklers with CollectionPicklers

    Permalink

    All pickler instances.

  3. trait AnyUnpicklers extends AnyRef

    Permalink

    Attempts to unpickle Any by looking up registered unpicklers using currentMirror.

  4. trait ArrayBufferPicklers extends AnyRef

    Permalink
  5. trait ArrayPicklers extends AnyRef

    Permalink
  6. trait CollectionPicklers extends AllGenPicklers with MutableMapPicklers with ImmutableSortedMapPicklers with MapPicklers with MutableSortedSetPicklers with MutableSetPicklers with ImmutableSortedSetPicklers with SetPicklers with ArrayBufferPicklers with ArrayPicklers with VectorPicklers with LinearSeqPicklers with IndexedSeqPicklers with SeqPicklers with IterablePicklers

    Permalink

    All picklers for collections with exception of List which is handled by macro.

    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.

  7. trait DatePicklers extends PrimitivePicklers

    Permalink
  8. trait EitherPicklers extends AnyRef

    Permalink

    Picklers for either trait.

  9. trait GenOpenSumUnpicklers extends AnyRef

    Permalink
  10. trait GenPicklers extends AnyRef

    Permalink

    Mix-in trait to generate Picklers implicitly.

    Mix-in trait to generate Picklers implicitly. See also Pickler.generate.

  11. trait GenUnpicklers extends GenOpenSumUnpicklers

    Permalink
  12. trait ImmutableSortedMapPicklers extends AnyRef

    Permalink
  13. trait ImmutableSortedSetPicklers extends AnyRef

    Permalink
  14. trait IndexedSeqPicklers extends AnyRef

    Permalink
  15. trait IterablePicklers extends AnyRef

    Permalink
  16. trait JavaBigDecimalPicklers extends PrimitivePicklers

    Permalink

    Contains picklers which serialize java.math.BigDecimal.

    Contains picklers which serialize java.math.BigDecimal. Note; This currently serialzies as a string.

  17. trait JavaBigIntegerPicklers extends PrimitivePicklers

    Permalink

    This contains implicits which can serialize java.math.BigInteger values.

  18. trait JavaUUIDPicklers extends PrimitivePicklers

    Permalink
  19. trait LinearSeqPicklers extends AnyRef

    Permalink
  20. trait LowPriorityPicklers extends AnyUnpicklers

    Permalink
  21. trait MapPicklers extends AnyRef

    Permalink
  22. trait MutableMapPicklers extends AnyRef

    Permalink
  23. trait MutableSetPicklers extends AnyRef

    Permalink
  24. trait MutableSortedSetPicklers extends AnyRef

    Permalink
  25. trait PrimitiveArrayPicklers extends AnyRef

    Permalink

    Picklers for primitive arrays.

  26. class PrimitivePickler[T] extends AutoRegister[T]

    Permalink
  27. trait PrimitivePicklers extends AnyRef

    Permalink

    Picklers for primitive types.

  28. trait SeqPicklers extends AnyRef

    Permalink
  29. trait SetPicklers extends AnyRef

    Permalink
  30. trait TypeTagPicklers extends PrimitivePicklers

    Permalink

    Pickler implicits for type tags.

  31. trait VectorPicklers extends AnyRef

    Permalink
  32. trait RefPicklers extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    Sharing is not guaranteed to be safe w/ all possible picklers.

Value Members

  1. object AllPicklers extends AllPicklers

    Permalink
  2. object AnyPickler extends Pickler[Any]

    Permalink

    An pickler for "Any" value (will look up pickler at runtime, or generate it.

  3. object AnyUnpickler extends Unpickler[Any]

    Permalink

    An unpickler for "Any" value (will look up unpickler at runtime, or generate it.

  4. object MapPickler

    Permalink
  5. object MapPicklerHelper

    Permalink
  6. object PrimitivePickler

    Permalink
  7. object SeqSetPickler

    Permalink
  8. object TravPickler

    Permalink

Ungrouped