ShortJsonFormat

object ShortJsonFormat extends JsonFormat[Short]
trait JsonFormat[Short]
trait JsonWriter[Short]
trait JsonReader[Short]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read[J](jsOpt: Option[J], unbuilder: Unbuilder[J]): Short
def write[J](x: Short, builder: Builder[J]): Unit

Inherited methods

def addField[J](name: String, obj: Short, builder: Builder[J]): Unit
Inherited from
JsonWriter