Codec

kreuzberg.rpc.Codec
See theCodec companion object
trait Codec[U, T]

Encapsulates encoding of single values.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decode(transport: T): Either[CodecError, U]

Decode a value.

Decode a value.

Attributes

def encode(value: U): T

Encode a value.

Encode a value.

Attributes