new serialization API #1474
Labels
api fix
Correct API
api sync
Synchronize API with other bindings
enhancement
Existing things could work better
release
Part of the next release
umbrella
The task which covers multiple other tasks
Describe the release item
There are few problems with current serialization API / format:
ZBytes
type. It was supposed that serializer should be replaceable, but actually current serializer is nailed toZBytes
and we would have been obliged to support it forever, even knowing that it's suboptimalThe new serialization API solves this:
zenoh-ext
and explicitly callsZBytes
's writer/reader, without integration toZBytes
z_seialize
/z_deserialize
called explicitlyHere are tasks/PRs related to new API
The text was updated successfully, but these errors were encountered: