BinaryCodec

zio.schema.codec.BinaryCodec
See theBinaryCodec companion trait
object BinaryCodec

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type BinaryDecoder[A] = Decoder[Chunk[Byte], Byte, A]
type BinaryEncoder[A] = Encoder[Chunk[Byte], Byte, A]
type BinaryStreamEncoder[A] = ZPipeline[Any, Nothing, A, Byte]