ToBytesFixed

izumi.sick.model.ToBytesFixed
sealed trait ToBytesFixed[T] extends ToBytes[T]

Attributes

Graph
Supertypes
trait ToBytes[T]
class Object
trait Matchable
class Any
Known subtypes
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

Members list

Concise view

Value members

Abstract methods

def blobSize: Int

Inherited methods

def bytes(value: T): ByteString

Attributes

Inherited from:
ToBytes