org.finos.morphir.codec

Members list

Type members

Classlikes

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

Attributes

Companion
object
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
object BinaryCodec

Attributes

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

Attributes

Supertypes
trait Decoder[Whole, Element, A]
trait Encoder[Whole, Element, A]
class Object
trait Matchable
class Any
Known subtypes
trait BinaryCodec[A]
sealed trait DecodeError extends Exception, NoStackTrace

Attributes

Companion
object
Supertypes
trait NoStackTrace
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class And
class Or
class ReadError
Self type
object DecodeError

Attributes

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

Attributes

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

Attributes

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