Package

spray

json

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type JsField = (String, JsValue)

    Permalink

Value Members

  1. def deserializationError(msg: String, cause: Throwable, fieldNames: List[String]): Nothing

    Permalink
  2. def jsonReader[T](implicit reader: JsonReader[T]): JsonReader[T]

    Permalink
  3. def jsonWriter[T](implicit writer: JsonWriter[T]): JsonWriter[T]

    Permalink
  4. package lenses

    Permalink
  5. implicit def pimpAny[T](any: T): PimpedAny[T]

    Permalink
  6. implicit def pimpString(string: String): PimpedString

    Permalink
  7. def serializationError(msg: String): Nothing

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped