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