sealed trait ToBytes extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ToBytes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(d: Double): Array[Byte]
  2. abstract def apply(f: Float): Array[Byte]
  3. abstract def apply(i: Long): Array[Byte]
  4. abstract def apply(i: Short): Array[Byte]
  5. abstract def apply(i: Int): Array[Byte]

Concrete Value Members

  1. def apply(arr: Array[Double]): Array[Byte]
  2. def apply(arr: Array[Int]): Array[Byte]
  3. def apply(arr: Array[Short]): Array[Byte]
  4. def apply(s: String): Array[Byte]