Codec

org.finos.morphir.codec.Codec
trait Codec[Whole, Element, A] extends Encoder[Whole, Element, A], 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]

Members list

Value members

Inherited methods

def encode(value: A): Whole

Attributes

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

Attributes

Inherited from:
Encoder