Additional compatibility data #43
Labels
c++
C++ language generator
core
Zserio core module
enhancement
New feature or request
java
Java language generator
python
Python language generator
Milestone
In the current plain implementation zserio streams are only backward compatible if new content is added to the end of the stream. It is not possible to change structures in the middle of the stream without adding additional data.
The additional data which we will call compatibility data for now, shall not be directly added to the stream but be an additional stream which older parsers may process. The original stream footprint shall not be touched since we want to still maintain a wire frame free format.
The text was updated successfully, but these errors were encountered: