Packages

o

codacy.http

CircePickle

object CircePickle extends AutoDerivation

Linear Supertypes
AutoDerivation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CircePickle
  2. AutoDerivation
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Data = Json
  2. type Extractor[A] = Decoder[A]
  3. type Serializer[A] = Encoder[A]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. implicit def decodeAnyVal[T, U](implicit ev: <:<[T, AnyVal], unwrapped: Aux[T, U], reader: Extractor[U]): Extractor[T]
  7. implicit final def decodeOption[A](implicit d: Decoder[A]): Decoder[Option[A]]
  8. implicit def encodeAnyVal[T, U](implicit ev: <:<[T, AnyVal], unwrapped: Aux[T, U], writer: Serializer[U]): Serializer[T]
  9. implicit final def encodeOption[A](implicit e: Encoder[A]): Encoder[Option[A]]
  10. implicit def enumExt[A <: Value](implicit all: CompleteSet[A]): Extractor[A]
  11. implicit def enumSer[A <: Value](implicit strSer: Serializer[String]): Serializer[A]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. implicit macro def exportDecoder[A]: Exported[Decoder[A]]
    Definition Classes
    AutoDerivation
  15. implicit macro def exportEncoder[A]: Exported[AsObject[A]]
    Definition Classes
    AutoDerivation
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. implicit lazy val jsendEnvelope: JSendEnvelope[Extractor]
  21. implicit lazy val jsendPacker: JSendEnvelope[Serializer]
  22. implicit lazy val jsonPickling: Pickling[Data, Extractor, Serializer, Try]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. implicit def wrappedTypeExt[T, U](implicit ev: <:<[T, WrappedType[U]], ext: Extractor[U], f: (U) ⇒ T): Extractor[T]
  32. implicit def wrappedTypeSer[T, U](implicit ev: <:<[T, WrappedType[U]], ser: Serializer[U]): Serializer[T]

Inherited from AutoDerivation

Inherited from AnyRef

Inherited from Any

Ungrouped