JsonFormat

trait JsonFormat[T] extends JsonReader[T] with JsonWriter[T]

Provides the JSON deserialization and serialization for type T.

trait JsonWriter[T]
trait JsonReader[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def read(json: JsValue): T
Inherited from
JsonReader
def write(obj: T): JsValue
Inherited from
JsonWriter