LongJsonFormat

object LongJsonFormat extends JsonFormat[Long]
trait JsonFormat[Long]
trait JsonWriter[Long]
trait JsonReader[Long]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(value: JsValue): Long
def write(x: Long): JsValue