object CircePickle extends AutoDerivation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CircePickle
- AutoDerivation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def decodeAnyVal[T, U](implicit ev: <:<[T, AnyVal], unwrapped: Aux[T, U], reader: Extractor[U]): Extractor[T]
- implicit final def decodeOption[A](implicit d: Decoder[A]): Decoder[Option[A]]
- implicit def encodeAnyVal[T, U](implicit ev: <:<[T, AnyVal], unwrapped: Aux[T, U], writer: Serializer[U]): Serializer[T]
- implicit final def encodeOption[A](implicit e: Encoder[A]): Encoder[Option[A]]
- implicit def enumExt[A <: Value](implicit all: CompleteSet[A]): Extractor[A]
- implicit def enumSer[A <: Value](implicit strSer: Serializer[String]): Serializer[A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit macro
def
exportDecoder[A]: Exported[Decoder[A]]
- Definition Classes
- AutoDerivation
-
implicit macro
def
exportEncoder[A]: Exported[AsObject[A]]
- Definition Classes
- AutoDerivation
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit lazy val jsendEnvelope: JSendEnvelope[Extractor]
- implicit lazy val jsendPacker: JSendEnvelope[Serializer]
- implicit lazy val jsonPickling: Pickling[Data, Extractor, Serializer, Try]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def wrappedTypeExt[T, U](implicit ev: <:<[T, WrappedType[U]], ext: Extractor[U], f: (U) ⇒ T): Extractor[T]
- implicit def wrappedTypeSer[T, U](implicit ev: <:<[T, WrappedType[U]], ser: Serializer[U]): Serializer[T]