module-skunk
module-skunk
edomata.backend
BackendCodec
BackendCodec
Binary
Json
JsonB
SkunkBackend
DomainBuilder
PartialBuilder
module-skunk
/
edomata.backend
/
BackendCodec
/
Binary
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
]
Graph
Supertypes
trait
BackendCodec
[
T
]
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
codec
:
Codec
[
T
]
def
oid
:
Type