Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.06 KB

Java Generator for Zserio

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.

Supported Java Version

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.

Compatibility check

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 versions 2.4.x are binary incompatible with later versions.