Class BytesSerializer
java.lang.Object
org.apache.kafka.common.serialization.BytesSerializer
- All Implemented Interfaces:
Closeable,AutoCloseable,Serializer<org.apache.kafka.common.utils.Bytes>
public class BytesSerializer extends Object implements Serializer<org.apache.kafka.common.utils.Bytes>
-
Constructor Summary
Constructors Constructor Description BytesSerializer() -
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
-
BytesSerializer
public BytesSerializer()
-
-
Method Details
-
serialize
Description copied from interface:SerializerConvertdatainto a byte array.- Specified by:
serializein interfaceSerializer<org.apache.kafka.common.utils.Bytes>- Parameters:
topic- topic associated with datadata- typed data- Returns:
- serialized bytes
-