Skip to content

Stanislav-Povolotsky/JAVA-Protocol-Buffers-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Working with Protocol Buffers in JAVA

Uses latest version of com.google.protobuf 3.21.5 (version can be easily changed by modifying protobufVersion in build.gradle file).

To run this example, you can execute:

./gradlew run 

This example is based on Working-with-Protocol-Buffers-in-JAVA example by @AdityaKshettri.

In this project, I have worked with basics of Protocol Buffers Concept in Java using Gradle environment, by generating model classes from .proto files and using it for data handling.

(Tags: #java, #gradle, #protobuf)