upickle

package upickle

Picklite tries the following mechanisms for pickling a type

- Is there an implicit pickler for that type? - Does the companion have matching apply/unapply? - Does the companion have matching apply/unapplySeq?

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

Type Members

  1. type CT[V] = ClassTag[V]

  2. trait Implicits extends AnyRef

  3. type PF[A, B] = PartialFunction[A, B]

  4. type R[V] = Reader[V]

  5. type RW[V] = ReadWriter[V]

  6. class RWKnot[T] extends Reader[T] with Writer[T]

  7. class ReadWriter[T] extends Writer[T] with Reader[T]

  8. trait Reader[T] extends AnyRef

  9. class ReaderCls[T] extends Reader[T]

  10. type W[V] = Writer[V]

  11. trait Writer[T] extends AnyRef

  12. class WriterCls[T] extends Writer[T]

Value Members

  1. object Implicits extends Implicits

  2. object Js

  3. object Json

  4. def read[T](expr: String)(implicit arg0: Reader[T]): T

  5. def readJs[T](expr: Value)(implicit arg0: Reader[T]): T

  6. def write[T](expr: T)(implicit arg0: Writer[T]): String

  7. def writeJs[T](expr: T)(implicit arg0: Writer[T]): Value

Inherited from AnyRef

Inherited from Any

Ungrouped