BytesType

object BytesType
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromBytes[T](bytes: Array[Byte])(using factory: BytesType[T]): Either[Exception, T]
def fromString[T](hex: String)(using factory: BytesType[T]): Either[Exception, T]