scala

pickling

package pickling

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. pickling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait CollectionPicklerUnpicklerMacro extends Macro

  2. trait CorePicklersUnpicklers extends GenPicklers with GenUnpicklers with LowPriorityPicklersUnpicklers

  3. trait CurrentMirrorMacro extends Macro

  4. trait DPickler[T] extends AnyRef

    A dynamic pickler for type T.

  5. trait EncodingOutput[T] extends Output[T]

  6. trait FastTypeTag[T] extends Equals

  7. trait FastTypeTagMacros extends Macro

  8. trait GenPicklers extends AnyRef

  9. trait GenUnpicklers extends AnyRef

  10. trait Generated extends AnyRef

  11. trait Hintable extends AnyRef

  12. case class Hints(tag: FastTypeTag[_] = null, knownSize: Int = -1, isStaticallyElidedType: Boolean = false, isDynamicallyElidedType: Boolean = false, oid: Int = -1) extends Product with Serializable

  13. class InterpretedPicklerRuntime extends PicklerRuntime

  14. class InterpretedUnpicklerRuntime extends AnyRef

  15. trait ListPicklerUnpicklerMacro extends Macro with CollectionPicklerUnpicklerMacro

  16. trait LowPriorityPicklersUnpicklers extends AnyRef

  17. abstract class Macro extends AnyRef

  18. trait Output[T] extends AnyRef

  19. trait PBuilder extends Hintable

  20. trait PReader extends Hintable

  21. trait Pickle extends AnyRef

  22. trait PickleFormat extends AnyRef

  23. trait PickleMacros extends Macro

  24. implicit class PickleOps[T] extends AnyRef

  25. trait PickleTools extends AnyRef

  26. trait PicklerMacros extends Macro

  27. abstract class PicklerRuntime extends AnyRef

  28. class PicklerUnpicklerNotFound[T] extends SPickler[T] with Unpickler[T]

  29. case class PicklingException(msg: String) extends Exception with Product with Serializable

  30. class ReactMap extends AnyRef

  31. trait SPickler[T] extends AnyRef

    A static pickler for type T.

  32. abstract class ShareAnalyzer[U <: Universe] extends AnyRef

  33. class StringOutput extends Output[String]

  34. class Tools[C <: Context] extends AnyRef

  35. trait UnpickleMacros extends Macro

  36. trait Unpickler[T] extends AnyRef

    Annotations
    @implicitNotFound( ... )
  37. trait UnpicklerMacros extends Macro

Value Members

  1. object Compat

  2. object DPickler

  3. object FastTypeTag

  4. object ReactMap

  5. object Runtime

  6. object SPickler extends CorePicklersUnpicklers

  7. object Tools

  8. object Unpickler extends CorePicklersUnpicklers

  9. package binary

  10. package internal

  11. package io

  12. package ir

  13. package json

  14. package refs

  15. package shareEverything

  16. package shareNothing

Inherited from AnyRef

Inherited from Any

Ungrouped