implicit object LongValueFormat extends RootJsonFormat[LongValue]

Linear Supertypes
RootJsonFormat[LongValue], RootJsonWriter[LongValue], RootJsonReader[LongValue], JsonFormat[LongValue], JsonWriter[LongValue], JsonReader[LongValue], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LongValueFormat
  2. RootJsonFormat
  3. RootJsonWriter
  4. RootJsonReader
  5. JsonFormat
  6. JsonWriter
  7. JsonReader
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def read(value: JsValue): LongValue with Product
    Definition Classes
    LongValueFormat → JsonReader
  2. def write(c: LongValue): JsValue
    Definition Classes
    LongValueFormat → JsonWriter