TotalDecoder

trait TotalDecoder[A]

Reads metadata and produces a value. Cannot be produced implicitly from a schema, as the required information is not available at the typelevel.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(metadata: Metadata): Either[MetadataError, A]