Binary

@implicitNotFound("Cannot find a way to build binary codec for ${T}")
final class Binary[T](encode: T => Array[Byte], decode: Array[Byte] => Either[String, T]) extends BackendCodec[T]
trait BackendCodec[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

def codec: Codec[T]
def oid: Type