cc.spray.json

StandardFormats

trait StandardFormats extends AnyRef

Provides the JsonFormats for the non-collection standard types.

Self Type
StandardFormats with AdditionalFormats
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. StandardFormats
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class OptionFormat [T] extends JF[Option[T]]

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. implicit def eitherFormat [A, B] (implicit arg0: JF[A], arg1: JF[B]): JF[Either[A, B]]

    Attributes
    implicit
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  14. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  15. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  17. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  18. implicit def optionFormat [T] (implicit arg0: JF[T]): OptionFormat[T]

    Attributes
    implicit
  19. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  20. def toString (): String

    Definition Classes
    AnyRef → Any
  21. implicit def tuple1Format [A] (implicit arg0: JF[A]): JF[(A)]

    Attributes
    implicit
  22. implicit def tuple2Format [A, B] (implicit arg0: JF[A], arg1: JF[B]): JF[(A, B)] { def write(t: (A, B)): cc.spray.json.JsArray }

    Attributes
    implicit
  23. implicit def tuple3Format [A, B, C] (implicit arg0: JF[A], arg1: JF[B], arg2: JF[C]): JF[(A, B, C)] { def write(t: (A, B, C)): cc.spray.json.JsArray }

    Attributes
    implicit
  24. implicit def tuple4Format [A, B, C, D] (implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D]): JF[(A, B, C, D)] { def write(t: (A, B, C, D)): cc.spray.json.JsArray }

    Attributes
    implicit
  25. implicit def tuple5Format [A, B, C, D, E] (implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E]): JF[(A, B, C, D, E)] { def write(t: (A, B, C, D, E)): cc.spray.json.JsArray }

    Attributes
    implicit
  26. implicit def tuple6Format [A, B, C, D, E, F] (implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F]): JF[(A, B, C, D, E, F)] { def write(t: (A, B, C, D, E, F)): cc.spray.json.JsArray }

    Attributes
    implicit
  27. implicit def tuple7Format [A, B, C, D, E, F, G] (implicit arg0: JF[A], arg1: JF[B], arg2: JF[C], arg3: JF[D], arg4: JF[E], arg5: JF[F], arg6: JF[G]): JF[(A, B, C, D, E, F, G)] { def write(t: (A, B, C, D, E, F, G)): cc.spray.json.JsArray }

    Attributes
    implicit
  28. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any