scala.pickling

json

package json

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

Type Members

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

  2. class JSONPickleBuilder extends PBuilder with PickleTools

  3. class JSONPickleFormat extends PickleFormat

  4. class JSONPickleReader extends PReader with PickleTools

Value Members

  1. implicit val pickleFormat: JSONPickleFormat

  2. implicit def toJSONPickle(value: String): JSONPickle

Inherited from AnyRef

Inherited from Any

Ungrouped