tapik
Toggle table of contents
0.1.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
tapik
codec
/
dev.akif.tapik.codec
/
ByteArrayCodec
Byte
Array
Codec
typealias
ByteArrayCodec
<
T
>
=
Codec
<
T
,
ByteArray
>
(
source
)
Codec that serializes a
T
value to a
ByteArray
payload.
Parameters
T
domain type handled by the codec.
See also
Codec