zio.schema.codec

Type members

Classlikes

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