Uses of Class
org.drasyl.node.handler.serialization.SerializedPayload
Package
Description
Serialization of java objects to byte arrays and vice versa.
-
Uses of SerializedPayload in org.drasyl.node.handler.serialization
Modifier and TypeMethodDescriptionstatic SerializedPayload
SerializedPayload.of
(io.netty.buffer.ByteBuf byteBuf) static SerializedPayload
SerializedPayload.of
(String type, ImmutableByteArray payload)