Decoder

io.borsh4s.Decoder
See theDecoder companion trait
object Decoder

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Decoder.type

Members list

Type members

Classlikes

object Failure

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Failure.type
sealed trait Failure(message: String) extends Exception

Attributes

Companion
object
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Types

type Result[T] = Either[Failure, T]

Extensions

Extensions

extension [T](bytes: ByteBuffer)
def read(f: ByteBuffer => T): Result[T]