Trait

boopickle

BasicImplicitPicklers

Related Doc: package boopickle

Permalink

trait BasicImplicitPicklers extends PicklerHelper with XCompatImplicitPicklers

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BasicImplicitPicklers
  2. XCompatImplicitPicklers
  3. PicklerHelper
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type P[A] = Pickler[A]

    Permalink
    Attributes
    protected
    Definition Classes
    PicklerHelper

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit lazy val UUIDPickler: P[UUID]

    Permalink
  5. implicit def arrayPickler[T](implicit arg0: P[T], arg1: ClassTag[T]): P[Array[T]]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. implicit lazy val bigDecimalPickler: P[BigDecimal]

    Permalink
  8. implicit lazy val bigIntPickler: P[BigInt]

    Permalink
  9. implicit def booleanPickler: P[Boolean]

    Permalink
  10. implicit def byteBufferPickler: P[ByteBuffer]

    Permalink
  11. implicit def bytePickler: P[Byte]

    Permalink
  12. implicit def charPickler: P[Char]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. implicit def doublePickler: P[Double]

    Permalink
  15. implicit lazy val durationPickler: P[Duration]

    Permalink
  16. implicit def eitherPickler[T, S](implicit arg0: P[T], arg1: P[S]): P[Either[T, S]]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. implicit lazy val finiteDurationPickler: P[FiniteDuration]

    Permalink
  21. implicit def floatPickler: P[Float]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. implicit lazy val infiniteDurationPickler: P[Infinite]

    Permalink
  25. implicit def intPickler: P[Int]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. implicit def iterablePickler[T, V[_] <: Iterable[_]](implicit arg0: P[T], cbf: CanBuildFrom[Nothing, T, V[T]]): P[V[T]]

    Permalink
    Definition Classes
    XCompatImplicitPicklers
  28. implicit def leftPickler[T, S](implicit arg0: P[T], arg1: P[S]): P[Left[T, S]]

    Permalink
  29. implicit def longPickler: P[Long]

    Permalink
  30. implicit def mapPickler[T, S, V[_, _] <: Map[_, _]](implicit arg0: P[T], arg1: P[S], cbf: CanBuildFrom[Nothing, (T, S), V[T, S]]): P[V[T, S]]

    Permalink
    Definition Classes
    XCompatImplicitPicklers
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. implicit def optionPickler[T](implicit arg0: P[T]): P[Option[T]]

    Permalink
  35. def read[A](implicit state: UnpickleState, u: P[A]): A

    Permalink

    Helper function to unpickle a type

    Helper function to unpickle a type

    Attributes
    protected
    Definition Classes
    PicklerHelper
  36. implicit def rightPickler[T, S](implicit arg0: P[T], arg1: P[S]): P[Right[T, S]]

    Permalink
  37. implicit def shortPickler: P[Short]

    Permalink
  38. implicit def somePickler[T](implicit arg0: P[T]): P[Some[T]]

    Permalink
  39. implicit def stringPickler: P[String]

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. implicit def unitPickler: ConstPickler[Unit]

    Permalink
  43. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def write[A](value: A)(implicit state: PickleState, p: P[A]): Unit

    Permalink

    Helper function to write pickled types

    Helper function to write pickled types

    Attributes
    protected
    Definition Classes
    PicklerHelper

Inherited from XCompatImplicitPicklers

Inherited from PicklerHelper

Inherited from AnyRef

Inherited from Any

Ungrouped