ToBytesVar

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

Attributes

Graph
Supertypes
trait ToBytes[T]
class Object
trait Matchable
class Any
Known subtypes
object BigDecimalToBytes.type
object BigIntToBytes.type
object StringToBytes.type

Members list

Concise view

Value members

Abstract methods

def write(stream: FileOutputStream, table: RefTableRO[T]): Long
Implicitly added by toBytesVarSize

Inherited methods

def bytes(value: T): ByteString

Attributes

Inherited from:
ToBytes