Binary

edomata.skunk.BackendCodec.Binary
final class Binary[T](encode: T => Array[Byte], decode: Array[Byte] => Either[String, T]) extends BackendCodec[T]

Attributes

Source
BackendCodec.scala
Graph
Supertypes
trait BackendCodec[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def codec: Codec[T]

Attributes

Source
BackendCodec.scala
def oid: Type

Attributes

Source
BackendCodec.scala