BinaryCodec

zio.schema.codec.BinaryCodec
See theBinaryCodec companion object
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

Members list

Concise view

Value members

Inherited methods

def decode(whole: Chunk[Byte]): Either[DecodeError, A]

Attributes

Inherited from:
Decoder
def encode(value: A): Whole

Attributes

Inherited from:
Encoder
def streamDecoder: ZPipeline[Any, DecodeError, Element, A]

Attributes

Inherited from:
Decoder
def streamEncoder: ZPipeline[Any, Nothing, A, Element]

Attributes

Inherited from:
Encoder