Uses of Package
org.drasyl.pipeline.codec
Packages that use org.drasyl.pipeline.codec
Package
Description
Link between application and drasyl overlay network.
Package contains classes that are used for encoding/decoding objects.
-
Classes in org.drasyl.pipeline.codec used by org.drasyl.pipelineClassDescriptionThe
TypeValidator
allows to define which classes and packages may be handled by a codec. -
Classes in org.drasyl.pipeline.codec used by org.drasyl.pipeline.codecClassDescriptionHandler that converts a given
ApplicationMessage
to anObjectHolder
.Standard interface for all codecs of thePipeline
.This default codec allows to encode/decode all supported objects by Jackson.Simple class that holds a serialized object as byte array and the corresponding class of the deserialized object.TheTypeValidator
allows to define which classes and packages may be handled by a codec.