Uses of Package
org.springframework.kafka.support.serializer
Package
Description
Package for kafka listeners
Provides classes for request/reply semantics.
-
ClassDescriptionException returned in the consumer record value or key when a deserialization failure occurs.
-
ClassDescriptionException returned in the consumer record value or key when a deserialization failure occurs.
-
ClassDescriptionBase class with common code for delegating by topic serialization.Exception returned in the consumer record value or key when a deserialization failure occurs.Delegating key/value deserializer that catches exceptions, returning them in the headers as serialized java objects.Class containing all the contextual information around a deserialization error.Generic
Deserializer
for receiving JSON from Kafka and return Java objects.ASerde
that provides serialization and deserialization in JSON format.GenericSerializer
for sending Java objects to Kafka as JSON.Determine theJavaType
from the topic/data/headers.GenericDeserializer
for deserialization of entity from itsString
representation received from Kafka (a.k.a parsing).GenericSerializer
that relies onObject.toString()
to get serialized representation of the entity.