Packages

  • package root
    Definition Classes
    root
  • package upickle
    Definition Classes
    root
  • package internal
    Definition Classes
    upickle
  • object Macros

    Implementation of macros used by uPickle to serialize and deserialize case classes automatically.

    Implementation of macros used by uPickle to serialize and deserialize case classes automatically. You probably shouldn't need to use these directly, since they are called implicitly when trying to read/write types you don't have a Reader/Writer in scope for.

    Definition Classes
    internal
  • DeriveDefaults
  • Reading
  • Writing

abstract class Reading[M[_]] extends DeriveDefaults[M]

Linear Supertypes
DeriveDefaults[M], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Reading
  2. DeriveDefaults
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Reading()

Abstract Value Members

  1. abstract val c: Context
    Definition Classes
    ReadingDeriveDefaults
  2. abstract def typeclass: scala.reflect.macros.blackbox.Context.WeakTypeTag[M[_]]
    Definition Classes
    DeriveDefaults

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def annotate(tpe: scala.reflect.macros.blackbox.Context.Type)(derived: scala.reflect.macros.Universe.Tree): scala.reflect.macros.Universe.Tree

    If there is a sealed base class, annotate the derived tree in the JSON representation with a class label.

    If there is a sealed base class, annotate the derived tree in the JSON representation with a class label.

    Definition Classes
    DeriveDefaults
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def companionTree(tpe: scala.reflect.macros.blackbox.Context.Type): Either[String, scala.reflect.macros.Universe.Tree]
    Definition Classes
    DeriveDefaults
  8. def customKey(sym: scala.reflect.macros.blackbox.Context.Symbol): Option[String]
    Definition Classes
    DeriveDefaults
  9. def derive(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
    Definition Classes
    DeriveDefaults
  10. def deriveClass(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
    Definition Classes
    DeriveDefaults
  11. def deriveDefaults(companion: scala.reflect.macros.blackbox.Context.Tree, hasDefaults: Seq[Boolean]): Seq[scala.reflect.macros.blackbox.Context.Tree]
    Definition Classes
    DeriveDefaults
  12. def deriveObject(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
    Definition Classes
    DeriveDefaults
  13. def deriveTrait(tpe: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
    Definition Classes
    DeriveDefaults
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def fail(tpe: scala.reflect.macros.blackbox.Context.Type, s: String): Nothing
    Definition Classes
    DeriveDefaults
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fleshedOutSubtypes(tpe: scala.reflect.macros.Universe.TypeRef): Set[scala.reflect.macros.Universe.Type]

    If a super-type is generic, find all the subtypes, but at the same time fill in all the generic type parameters that are based on the super-type's concrete type

    If a super-type is generic, find all the subtypes, but at the same time fill in all the generic type parameters that are based on the super-type's concrete type

    Definition Classes
    DeriveDefaults
  19. def getArgSyms(tpe: scala.reflect.macros.blackbox.Context.Type): Either[String, (scala.reflect.macros.Universe.Tree, List[scala.reflect.macros.Universe.Symbol], List[scala.reflect.macros.Universe.Symbol], List[Boolean])]
    Definition Classes
    DeriveDefaults
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def mergeTrait(subtrees: Seq[scala.reflect.macros.Universe.Tree], subtypes: Seq[scala.reflect.macros.Universe.Type], targetType: scala.reflect.macros.blackbox.Context.Type): scala.reflect.macros.Universe.Tree
    Definition Classes
    ReadingDeriveDefaults
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def typeclassFor(t: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type
    Definition Classes
    DeriveDefaults
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  33. def wrapCaseN(companion: scala.reflect.macros.blackbox.Context.Tree, rawArgs: Seq[String], mappedArgs: Seq[String], typeArgs: Seq[scala.reflect.macros.blackbox.Context.Type], argTypes: Seq[scala.reflect.macros.Universe.Type], hasDefaults: Seq[Boolean], targetType: scala.reflect.macros.blackbox.Context.Type, varargs: Boolean): scala.reflect.macros.Universe.Tree
    Definition Classes
    ReadingDeriveDefaults
  34. def wrapObject(t: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    ReadingDeriveDefaults

Inherited from DeriveDefaults[M]

Inherited from AnyRef

Inherited from Any

Ungrouped