UuidFormat

object UuidFormat extends BytesFormat[Uuid]
trait BytesFormat[Uuid]
trait BytesWriter[Uuid]
trait BytesReader[Uuid]
class Object
trait Matchable
class Any

Value members

Concrete methods

def bitMagic(mostSignificant: Long): Long
def inverseBitMagic(mostSignificant: Long): Long
def read(bi: ByteVector): Attempt[ReadResult[Uuid]]
def write(x: Uuid): ByteVector

Inherited methods

final
def flatMap[B](f: Uuid => BytesReader[B]): BytesReader[B]
Inherited from
BytesReader
final
def map[B](f: Uuid => B): BytesReader[B]
Inherited from
BytesReader