io.github.netvl.picopickle

PrimitiveWriters

Related Doc: package picopickle

trait PrimitiveWriters extends AnyRef

Self Type
PrimitiveWriters with BackendComponent with TypesComponent
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PrimitiveWriters
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. implicit val booleanWriter: (PrimitiveWriters.this)#Writer[Boolean]

  6. implicit val byteWriter: (PrimitiveWriters.this)#Writer[Byte]

  7. implicit val charWriter: (PrimitiveWriters.this)#Writer[Char]

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit val doubleWriter: (PrimitiveWriters.this)#Writer[Double]

  10. implicit def eitherWriter[A, B](implicit wa: (PrimitiveWriters.this)#Writer[A], wb: (PrimitiveWriters.this)#Writer[B]): (PrimitiveWriters.this)#Writer[Either[A, B]]

  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit val floatWriter: (PrimitiveWriters.this)#Writer[Float]

  15. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  17. implicit val intWriter: (PrimitiveWriters.this)#Writer[Int]

  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. implicit def leftWriter[A, B](implicit arg0: (PrimitiveWriters.this)#Writer[A], arg1: (PrimitiveWriters.this)#Writer[B]): (PrimitiveWriters.this)#Writer[Left[A, B]]

  20. implicit val longWriter: (PrimitiveWriters.this)#Writer[Long]

  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. implicit val noneWriter: (PrimitiveWriters.this)#Writer[None.type]

  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. implicit val nullWriter: (PrimitiveWriters.this)#Writer[Null]

  26. final def numWriter[T](implicit asNumber: (T) ⇒ Number): (PrimitiveWriters.this)#Writer[T]

    Attributes
    protected
  27. implicit def optionWriter[T](implicit w: (PrimitiveWriters.this)#Writer[T]): (PrimitiveWriters.this)#Writer[Option[T]]

  28. implicit def rightWriter[A, B](implicit arg0: (PrimitiveWriters.this)#Writer[A], arg1: (PrimitiveWriters.this)#Writer[B]): (PrimitiveWriters.this)#Writer[Right[A, B]]

  29. implicit val shortWriter: (PrimitiveWriters.this)#Writer[Short]

  30. implicit def someWriter[T](implicit arg0: (PrimitiveWriters.this)#Writer[T]): (PrimitiveWriters.this)#Writer[Some[T]]

  31. implicit val stringWriter: (PrimitiveWriters.this)#Writer[String]

  32. implicit val symbolWriter: (PrimitiveWriters.this)#Writer[Symbol]

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. implicit val unitWriter: (PrimitiveWriters.this)#Writer[Unit]

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped