Object -
kafka
:
Deserializer
Represents a Kafka deserializer object. This object can be used to create custom deserializers for Ballerina Kafka consumers.
Methods
Closes the deserialization process. This function runs after the deserialization process is done.
Deserializes the provided data. Implement this to deserialize a
byte[]
and return any data type.
Closes the deserialization process. This function runs after the deserialization process is done.