Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.log
/
MessageCodec
Message
Codec
interface
MessageCodec
<
M
>
Inheritors
Codec
Codec
Members
Functions
decode
Link copied to clipboard
abstract
fun
decode
(
bytes
:
ByteArray
)
:
M
?
encode
Link copied to clipboard
abstract
fun
encode
(
message
:
M
)
:
ByteArray