io.github.kory33.s2mctest.core.connection.codec

Type members

Classlikes

case
class ByteCodec[A](decode: DecodeFiniteBytes[A], encode: ByteEncode[A])

An object that has capability to encode or decode values of type A.

An object that has capability to encode or decode values of type A.

Companion
object
object ByteCodec
Companion
class
trait ByteEncode[T]

An object responsible for encoding the object of type T into Chunks of Byte.

An object responsible for encoding the object of type T into Chunks of Byte.

Companion
object
object ByteEncode
Companion
class