package json
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type JsField = (String, JsValue)
Value Members
- def deserializationError(msg: String, cause: Throwable, fieldNames: List[String]): Nothing
- def jsonReader[T](implicit reader: JsonReader[T]): JsonReader[T]
- def jsonWriter[T](implicit writer: JsonWriter[T]): JsonWriter[T]
- implicit def pimpAny[T](any: T): PimpedAny[T]
- implicit def pimpString(string: String): PimpedString
- def serializationError(msg: String): Nothing