JsonWriter

@implicitNotFound(msg = "Cannot find JsonWriter or JsonFormat type class for ${T}")
trait JsonWriter[T]

Provides the JSON serialization for type T.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def write(obj: T): JsValue