is the full package path to the Kafka Serializer
is the java.lang.Class for className
creates an instance of classType.
This is defaulted with a Serializer.Constructor[A] function that creates a
new instance using an assumed empty constructor.
Supplying this parameter allows for manual provision of the Serializer.
is the full package path to the Kafka Serializer
is the java.lang.Class for className
creates an instance of classType.
creates an instance of classType.
This is defaulted with a Serializer.Constructor[A] function that creates a
new instance using an assumed empty constructor.
Supplying this parameter allows for manual provision of the Serializer.
Creates a new instance.
Wraps a Kafka
Serializer, provided for convenience, since it can be implicitly fetched from the context.is the full package path to the Kafka
Serializeris the
java.lang.Classfor classNamecreates an instance of classType. This is defaulted with a
Serializer.Constructor[A]function that creates a new instance using an assumed empty constructor. Supplying this parameter allows for manual provision of theSerializer.