Uses of Package
org.drasyl.pipeline.serialization
-
Packages that use org.drasyl.pipeline.serialization Package Description org.drasyl.localhost Uses the file system to discover other drasyl nodes running on the local computer.org.drasyl.pipeline Link between application and drasyl overlay network.org.drasyl.pipeline.serialization Package contains classes that are used for serialisation of message to byte arrays and vice vera.org.drasyl.remote.handler Handlers used to communicate with remote nodes. -
Classes in org.drasyl.pipeline.serialization used by org.drasyl.localhost Class Description SerializedApplicationMessage A message from or to the application whose content has been serialized to a byte array so that the message can be delivered to remote nodes. -
Classes in org.drasyl.pipeline.serialization used by org.drasyl.pipeline Class Description Serialization Holds aMap
with all availableSerializer
s and the classes each serializer should be used for. -
Classes in org.drasyl.pipeline.serialization used by org.drasyl.pipeline.serialization Class Description MessageSerializer This handler serializes messages to byte array an vice vera.SerializedApplicationMessage A message from or to the application whose content has been serialized to a byte array so that the message can be delivered to remote nodes. -
Classes in org.drasyl.pipeline.serialization used by org.drasyl.remote.handler Class Description SerializedApplicationMessage A message from or to the application whose content has been serialized to a byte array so that the message can be delivered to remote nodes.