Uses of Package
org.pipecraft.pipes.serialization
-
Classes in org.pipecraft.pipes.serialization used by org.pipecraft.pipes.async.inter.distributed Class Description ByteArrayCodec An interface for byte array encoder and decoder -
Classes in org.pipecraft.pipes.serialization used by org.pipecraft.pipes.serialization Class Description ByteArrayCodec An interface for byte array encoder and decoderByteArrayDecoder A functional interface for decoders working on byte arrays representing single items.ByteArrayEncoder A functional interface for encoders producing byte arrays representing single items.CodecFactory A factory of both encoders and decodersDecoderFactory Allows creatingItemDecoderinstances of some specific type.DelegatingCodecFactory Wraps a given encoder and decoder factories, and delegates encoding/decoding creation requests to them.EncoderFactory Allows creatingItemEncoderinstances of some specific type.ItemDecoder A functional interface for stateful decoders, decoding object from some binary source.ItemEncoder A functional interface for stateful encoders, encoding object into some binary destination. -
Classes in org.pipecraft.pipes.serialization used by org.pipecraft.pipes.sync.inter Class Description CodecFactory A factory of both encoders and decodersDecoderFactory Allows creatingItemDecoderinstances of some specific type.EncoderFactory Allows creatingItemEncoderinstances of some specific type. -
Classes in org.pipecraft.pipes.serialization used by org.pipecraft.pipes.sync.inter.join Class Description CodecFactory A factory of both encoders and decoders -
Classes in org.pipecraft.pipes.serialization used by org.pipecraft.pipes.sync.inter.reduct Class Description CodecFactory A factory of both encoders and decoders -
Classes in org.pipecraft.pipes.serialization used by org.pipecraft.pipes.sync.source Class Description DecoderFactory Allows creatingItemDecoderinstances of some specific type. -
Classes in org.pipecraft.pipes.serialization used by org.pipecraft.pipes.terminal Class Description EncoderFactory Allows creatingItemEncoderinstances of some specific type. -
Classes in org.pipecraft.pipes.serialization used by org.pipecraft.pipes.utils.multi Class Description DecoderFactory Allows creatingItemDecoderinstances of some specific type.