Protobuf 3 Demonstration

Hi all,

We recently published a new demo showing how to use Google’s Protobuf 3 library in MicroEJ. Protobuf (Protocol Buffers) is a mechanism for serializing structured data with:

  • a description language that describes the structure of the data
  • a compiler that generates source code from that description
  • a library that is used by the generated source code for the serialization.

If you want to learn more about the Protobuf 3 library in MicroEJ, visit the documentation below.

https://repository.microej.com/javadoc/microej_5.x/apis/com/google/protobuf/package-summary.html

Happy Coding!
The MicroEJ Team