Package

scala.pickling

json

Permalink

package json

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. json
  2. JsonFormats
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class JSONPickle(value: String) extends Pickle with Product with Serializable

    Permalink
  2. class JSONPickleBuilder extends PBuilder with PickleTools

    Permalink
  3. class JSONPickleFormat extends PickleFormat

    Permalink
  4. class JSONPickleReader extends PReader with PickleTools

    Permalink
  5. trait JsonFormats extends AnyRef

    Permalink

Value Members

  1. implicit def jsonPickleToUnpickleOps(value: String): UnpickleOps

    Permalink
    Definition Classes
    JsonFormats
  2. implicit val pickleFormat: JSONPickleFormat

    Permalink
    Definition Classes
    JsonFormats
  3. implicit def toJSONPickle(value: String): JSONPickle

    Permalink
    Definition Classes
    JsonFormats

Inherited from JsonFormats

Inherited from AnyRef

Inherited from Any

Ungrouped