scala.pickling

Compat

object Compat

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

Type Members

  1. implicit class HasPt[A, B] extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def CurrentMirrorMacro_impl(c: Context): reflect.macros.Context.Expr[reflect.api.JavaUniverse.Mirror]

  7. def FastTypeTagMacros_apply(c: Context)(key: reflect.macros.Context.Expr[String]): reflect.macros.Context.Expr[FastTypeTag[t]] forSome {type t}

  8. def FastTypeTagMacros_impl[T](c: Context)(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[FastTypeTag[T]]

  9. def ListPicklerUnpicklerMacro_impl[T](c: Context)(format: reflect.macros.Context.Expr[PickleFormat])(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[SPickler[T] with Unpickler[T]]

  10. def PickleMacros_dpicklerPickle[T](c: Context)(picklee: reflect.macros.Context.Expr[T], builder: reflect.macros.Context.Expr[PBuilder])(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[Unit]

  11. def PickleMacros_pickle[T](c: Context)(format: reflect.macros.Context.Expr[PickleFormat])(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[PickleType]

  12. def PickleMacros_pickleInto[T](c: Context)(builder: reflect.macros.Context.Expr[PBuilder])(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[Unit]

  13. def PickleMacros_pickleTo[T](c: Context)(output: reflect.macros.Context.Expr[Output[_]])(format: reflect.macros.Context.Expr[PickleFormat])(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[Unit]

  14. def PicklerMacros_dpicklerImpl[T](c: Context)(format: reflect.macros.Context.Expr[PickleFormat])(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[DPickler[T]]

  15. def PicklerMacros_impl[T](c: Context)(format: reflect.macros.Context.Expr[PickleFormat])(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[SPickler[T]]

  16. def UnpickleMacros_pickleUnpickle[T](c: Context)(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[T]

  17. def UnpickleMacros_readerUnpickle[T](c: Context)(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[T]

  18. def UnpickleMacros_readerUnpickleTopLevel[T](c: Context)(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[T]

  19. def UnpicklerMacros_impl[T](c: Context)(format: reflect.macros.Context.Expr[PickleFormat])(implicit arg0: reflect.macros.Context.WeakTypeTag[T]): reflect.macros.Context.Expr[Unpickler[T]]

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped