Trait

sjsonnew

PrimitiveFormats

Related Doc: package sjsonnew

Permalink

trait PrimitiveFormats extends AnyRef

Provides the JsonFormats for the most important Scala types.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PrimitiveFormats
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BigDecimalJsonFormat extends JsonFormat[BigDecimal]

    Permalink
  5. implicit val BigDecimalJsonKeyFormat: JsonKeyFormat[BigDecimal]

    Permalink
  6. implicit object BigIntJsonFormat extends JsonFormat[BigInt]

    Permalink
  7. implicit val BigIntJsonKeyFormat: JsonKeyFormat[BigInt]

    Permalink
  8. implicit object BooleanJsonFormat extends JsonFormat[Boolean]

    Permalink
  9. implicit val BooleanJsonKeyFormat: JsonKeyFormat[Unit]

    Permalink
  10. implicit object ByteJsonFormat extends JsonFormat[Byte]

    Permalink
  11. implicit val ByteJsonKeyFormat: JsonKeyFormat[Byte]

    Permalink
  12. implicit object CharJsonFormat extends JsonFormat[Char]

    Permalink
  13. implicit val CharJsonKeyFormat: JsonKeyFormat[Char]

    Permalink
  14. implicit object DoubleJsonFormat extends JsonFormat[Double]

    Permalink
  15. implicit val DoubleJsonKeyFormat: JsonKeyFormat[Double]

    Permalink
  16. implicit object FloatJsonFormat extends JsonFormat[Float]

    Permalink
  17. implicit val FloatJsonKeyFormat: JsonKeyFormat[Float]

    Permalink
  18. implicit object IntJsonFormat extends JsonFormat[Int]

    Permalink
  19. implicit val IntJsonKeyFormat: JsonKeyFormat[Int]

    Permalink
  20. implicit object LongJsonFormat extends JsonFormat[Long]

    Permalink
  21. implicit val LongJsonKeyFormat: JsonKeyFormat[Long]

    Permalink
  22. implicit object ShortJsonFormat extends JsonFormat[Short]

    Permalink
  23. implicit val ShortJsonKeyFormat: JsonKeyFormat[Short]

    Permalink
  24. implicit object StringJsonFormat extends JsonFormat[String]

    Permalink
  25. implicit val StringJsonKeyFormat: JsonKeyFormat[String]

    Permalink
  26. implicit object SymbolJsonFormat extends JsonFormat[Symbol]

    Permalink
  27. implicit val SymbolJsonKeyFormat: JsonKeyFormat[Symbol]

    Permalink
  28. implicit object UnitJsonFormat extends JsonFormat[Unit]

    Permalink
  29. implicit val UnitJsonKeyFormat: JsonKeyFormat[Unit]

    Permalink
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped