Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 281 Bytes

File metadata and controls

12 lines (9 loc) · 281 Bytes

Google Protocol Buffers in Java

This is a simple example of how to use Google Protocol Buffers in Java.

How to run

  1. Clone the repository
  2. Run the following command to compile the proto file:
./gradlew generateProto
  1. Run the Demo class to see the output: