Class LongSerializer
java.lang.Object
org.apache.kafka.common.serialization.LongSerializer
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Serializer<Long>
-
Constructor Details
-
LongSerializer
public LongSerializer()
-
-
Method Details
-
serialize
Description copied from interface:Serializer
Convertdata
into a byte array.It is recommended to serialize
null
data to thenull
byte array.- Specified by:
serialize
in interfaceSerializer<Long>
- Parameters:
topic
- topic associated with datadata
- typed data; may benull
- Returns:
- serialized bytes; may be
null
-