Packages

o

spray.json.BasicFormats

ByteJsonFormat

implicit object ByteJsonFormat extends JsonFormat[Byte]

Linear Supertypes
JsonFormat[Byte], JsonWriter[Byte], JsonReader[Byte], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteJsonFormat
  2. JsonFormat
  3. JsonWriter
  4. JsonReader
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def read(value: JsValue): Byte
    Definition Classes
    ByteJsonFormatJsonReader
  2. def write(x: Byte): JsNumber
    Definition Classes
    ByteJsonFormatJsonWriter