zserio
zserio copied to clipboard
Consider to remove pre-write actions in Python
Consider to remove pre-write actions in Python to have write()
method without any side effect.
Consider as well to extend Python runtime library by serialize()
to call method initializeOffsets()
automatically before serialization similarly as C++ does. This issue is a Python clone of #342.