zio.schema.codec

Members list

Concise view

Type members

Classlikes

trait BinaryCodec[A] extends Codec[Chunk[Byte], Byte, A]

Attributes

Companion:
object
Graph
Supertypes
trait Codec[Chunk[Byte], Byte, A]
trait Decoder[Chunk[Byte], Byte, A]
trait Encoder[Chunk[Byte], Byte, A]
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait BinaryCodecs[Types <: TypeList] extends Codecs[Chunk[Byte], Byte, Types]

Attributes

Companion:
object
Graph
Supertypes
trait Codecs[Chunk[Byte], Byte, Types]
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Codec[Whole, Element, A] extends Encoder[Whole, Element, A] with Decoder[Whole, Element, A]

Attributes

Graph
Supertypes
trait Decoder[Whole, Element, A]
trait Encoder[Whole, Element, A]
class Object
trait Matchable
class Any
Known subtypes
trait BinaryCodec[A]
trait Codecs[Whole, Element, Types <: TypeList]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BinaryCodecs[Types]
object Codecs

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Codecs.type
sealed trait DecodeError extends Exception with NoStackTrace

Attributes

Companion:
object
Graph
Supertypes
class Exception
class Throwable
class Object
trait Matchable
class Any
Known subtypes
Self type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
trait Decoder[Whole, Element, +A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[Whole, Element, A]
trait BinaryCodec[A]
trait Encoder[Whole, Element, -A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[Whole, Element, A]
trait BinaryCodec[A]