zio.schema.codec

Type members

Classlikes

trait BinaryCodec extends Codec[Chunk[Byte], Byte]
Companion:
object
Companion:
class
trait Codec[Whole, Element]
sealed trait DecodeError extends Exception with NoStackTrace
Companion:
object
Companion:
class
trait Decoder[Whole, Element, +A]
trait Encoder[Whole, Element, -A]