module documentation
SerDe defines the interface for serialization/deserialization.
Everytime a message is read from pulsar topic, the serde is invoked to serialize the bytes into an object before invoking the process method. Anytime a python object needs to be written back to pulsar, it is serialized into bytes before writing.
Class |
|
Simple Serde that just conversion to string and back |
Class |
|
Pickle based serializer |
Class |
|
Interface for Serialization/Deserialization |