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