JsonFormat

org.json4s.JsonFormat
See theJsonFormat companion object
trait JsonFormat[T] extends Writer[T], Reader[T]

Attributes

Companion
object
Source
JsonFormat.scala
Graph
Supertypes
trait Reader[T]
trait Writer[T]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def contramap[A](f: A => T): Writer[A]

Attributes

Inherited from:
Writer
Source
Writer.scala
def map[A](f: T => A): Reader[A]

Attributes

Inherited from:
Reader
Source
Reader.scala

Inherited and Abstract methods

def readEither(value: JValue): Either[MappingException, T]

Attributes

Inherited from:
Reader
Source
Reader.scala
def write(obj: T): JValue

Attributes

Inherited from:
Writer
Source
Writer.scala