ToBytes

izumi.sick.model.ToBytes
See theToBytes companion object
sealed trait ToBytes[T]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait ToBytesFixed[T]
object ArrayEntryBytes.type
object ByteToBytes.type
object CharToBytes.type
object DoubleToBytes.type
object FloatToBytes.type
object IntToBytes.type
object LongToBytes.type
object ObjectEntryBytes.type
object RefKindBytes.type
object RootToBytes.type
object ShortToBytes.type
object ArrToBytes.type
trait ToBytesVar[T]
object BigDecimalToBytes.type
object BigIntToBytes.type
object StringToBytes.type

Members list

Concise view

Value members

Abstract methods

def bytes(value: T): ByteString