Uses of Class
org.springframework.kafka.support.serializer.ToStringSerializer
Packages that use ToStringSerializer
Package
Description
Provides classes related to Kafka serialization.
-
Uses of ToStringSerializer in org.springframework.kafka.support.serializer
Constructors in org.springframework.kafka.support.serializer with parameters of type ToStringSerializerModifierConstructorDescriptionToFromStringSerde
(ToStringSerializer<T> toStringSerializer, ParseStringDeserializer<T> fromStringDeserializer) Construct an instance with the provided properties.