Uses of Interface
io.activej.serializer.stream.StreamDecoder
Packages that use StreamDecoder
-
Uses of StreamDecoder in io.activej.serializer.stream
Subinterfaces of StreamDecoder in io.activej.serializer.streamClasses in io.activej.serializer.stream that implement StreamDecoderMethods in io.activej.serializer.stream with parameters of type StreamDecoderModifier and TypeMethodDescriptionstatic <T> StreamCodec<T>StreamCodec.of(StreamEncoder<? super T> encoder, StreamDecoder<? extends T> decoder)