Zserio extension which generates Java serialization API from the Zserio schema.
For a quick start see the Java Tutorial.
For an API documentation see the Java Runtime Library.
Zserio Java generator supports the Java SE 8 (LTS).
Although newer Java versions are not tested, they should work as well as long as they are backward compatible.
Java generator honors the zserio_compatibility_version
specified in the schema. However note that only
the version specified in the root package of the schema is taken into account. The generator checks that
language features used in the schema are still encoded in a binary compatible way with the specified
compatibility version and fires an error when it detects any problem.
Note: Binary encoding of packed arrays has been changed in version
2.5.0
and thus versions2.4.x
are binary incompatible with later versions.