Class Serdes.ByteArraySerde
java.lang.Object
org.apache.kafka.common.serialization.Serdes.WrapperSerde<byte[]>
org.apache.kafka.common.serialization.Serdes.ByteArraySerde
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Serde<byte[]>
- Enclosing class:
- Serdes
public static final class Serdes.ByteArraySerde extends Serdes.WrapperSerde<byte[]>
-
Constructor Summary
Constructors Constructor Description ByteArraySerde()
-
Method Summary
Methods inherited from class org.apache.kafka.common.serialization.Serdes.WrapperSerde
close, configure, deserializer, serializer
-
Constructor Details
-
ByteArraySerde
public ByteArraySerde()
-