toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
broker
/
ru.sydis.broker.interfaces
/
Serde
Serde
interface
Serde
<
T
>
Inheritors
ByteArraySerde
ByteStringSerde
ProtoMessageSerde
ProtoMessageWrapperSerde
ProtoSubSyncMsgSerde
ProtoSubSyncTypeSerde
ProtoSysEventSerde
ProtoValueSerde
StringSerde
SysEventTypeSerde
Members
Functions
deserialize
Link copied to clipboard
abstract
fun
deserialize
(
inData
:
ByteArray
?
)
:
T
?
serialize
Link copied to clipboard
abstract
fun
serialize
(
outData
:
T
?
)
:
ByteArray
?