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