Class VoidSerializer
java.lang.Object
org.apache.kafka.common.serialization.VoidSerializer
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Serializer<Void>
public class VoidSerializer extends Object implements Serializer<Void>
-
Constructor Summary
Constructors Constructor Description VoidSerializer()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.kafka.common.serialization.Serializer
close, configure, serialize
-
Constructor Details
-
VoidSerializer
public VoidSerializer()
-
-
Method Details
-
serialize
Description copied from interface:Serializer
Convertdata
into a byte array.- Specified by:
serialize
in interfaceSerializer<Void>
- Parameters:
topic
- topic associated with datadata
- typed data- Returns:
- serialized bytes
-