Writer

@implicitNotFound("No JSON serializer found for type ${T}. Try to implement an implicit Writer or JsonFormat for this type.") trait Writer[-T]
Companion
object
class Object
trait Matchable
class Any
trait JsonFormat[T]

Value members

Abstract methods

def write(obj: T): JValue