ByteEncode

trait ByteEncode[T]

An object responsible for encoding the object of type T into Chunks of Byte.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def write(obj: T): Chunk[Byte]

Converts the given object into binary representation.

Converts the given object into binary representation.