zenoh-python
zenoh-python copied to clipboard
[dev/1.0.0] Discuss about serialization API
Describe the release item
There is no such thing such as codec in the current API; (de)serializers are indeed directly attached to the types. However, a codec argument can be added to deserializer/serializer.
@Mallets
Serialization API is ok, but it should be possible to override the serialization algorithm of primitive types.