ArrayBasedAdtDecoder

abstract class ArrayBasedAdtDecoder[T] extends DerivedAdtDecoder[T]
trait AdtDecoder[T]
trait Decoder[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def failExpectedTypeId(r: Reader): Nothing
Inherited from:
DerivedAdtDecoder
def read(r: Reader, typeId: String): T
Inherited from:
AdtDecoder
def read(r: Reader, typeId: Long): T
Inherited from:
AdtDecoder
def read(r: Reader): T
Inherited from:
Decoder