Packages

  • package root
    Definition Classes
    root
  • package upickle
    Definition Classes
    root
  • package implicits
    Definition Classes
    upickle
  • package internal
    Definition Classes
    implicits
  • 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 Writing[M[_]] extends DeriveDefaults[M]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Writing
  2. DeriveDefaults
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Writing()

Abstract Value Members

  1. abstract val c: Context
    Definition Classes
    WritingDeriveDefaults
  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() @HotSpotIntrinsicCandidate() @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 findUnapply(tpe: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.TermName
  18. def fleshedOutSubtypes(tpe: scala.reflect.macros.Universe.Type): 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() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def internal: scala.reflect.macros.Universe.Select
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def mergeTrait(subtree: 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
    WritingDeriveDefaults
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def typeclassFor(t: scala.reflect.macros.Universe.Type): scala.reflect.macros.Universe.Type
    Definition Classes
    DeriveDefaults
  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. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def wrapCaseN(companion: scala.reflect.macros.blackbox.Context.Tree, rawArgs: Seq[String], mappedArgs: Seq[String], 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
    WritingDeriveDefaults
  35. def wrapObject(obj: scala.reflect.macros.blackbox.Context.Tree): scala.reflect.macros.Universe.Tree
    Definition Classes
    WritingDeriveDefaults

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from DeriveDefaults[M]

Inherited from AnyRef

Inherited from Any

Ungrouped