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