decoding

object decoding
class Object
trait Matchable
class Any

Value members

Concrete methods

def decodeList[A](element: Schema[A]): Decoder[List[A]]
def decodeRecord[R](fields: FreeApplicative[[_] =>> Field[R, _$1], R]): Decoder[R]
def decodeSum[R](alts: Chain[Alt[R]]): Decoder[R]
def fromSchema[A](schema2: Schema[A]): Decoder[A]