Class WindowedSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<org.apache.kafka.streams.kstream.Windowed>
-
- io.streamthoughts.azkarra.serialization.json.WindowedSerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class WindowedSerializer extends com.fasterxml.jackson.databind.JsonSerializer<org.apache.kafka.streams.kstream.Windowed>
TheJsonSerializer
to serializeWindowed
instance.
-
-
Constructor Summary
Constructors Constructor Description WindowedSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(org.apache.kafka.streams.kstream.Windowed windowed, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-
-
-
Method Detail
-
serialize
public void serialize(org.apache.kafka.streams.kstream.Windowed windowed, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
- Specified by:
serialize
in classcom.fasterxml.jackson.databind.JsonSerializer<org.apache.kafka.streams.kstream.Windowed>
- Throws:
IOException
-
-