Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.messaging
/
Codec
Codec
interface
Codec
<
T
>
Encodes and decodes typed messages for a channel.
Members
Functions
decode
Link copied to clipboard
abstract
fun
decode
(
payload
:
ByteArray
)
:
T
encode
Link copied to clipboard
abstract
fun
encode
(
value
:
T
)
:
ByteArray