BinaryCodec

org.finos.morphir.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
Show all

Members list

Value members

Inherited methods

def encode(value: A): Chunk[Byte]

Attributes

Inherited from:
Encoder
def streamEncoder: ZPipeline[Any, Nothing, A, Byte]

Attributes

Inherited from:
Encoder