ArrayBasedAdtDecoder

io.bullet.borer.derivation.ArrayBasedCodecs.ArrayBasedAdtDecoder
abstract class ArrayBasedAdtDecoder[T] extends DerivedAdtDecoder[T]

Attributes

Graph
Supertypes
trait AdtDecoder[T]
trait Decoder[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def failExpectedTypeId(r: Reader): Nothing

Attributes

Inherited from:
DerivedAdtDecoder
def read(r: Reader, typeId: String): T

Attributes

Inherited from:
AdtDecoder
def read(r: Reader, typeId: Long): T

Attributes

Inherited from:
AdtDecoder
def read(r: Reader): T

Attributes

Inherited from:
Decoder