Skip to content

ayeminoosc/basic-protobuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Protocol Buffer Serialization/Deserialization in java

##How to setup

Prerequisite

The following software should be preinstalled in your machine.

How To Build

run following

cd $project_dir
protoc --java_out=src/main/java/ src/main/resources/addressbook.proto
./gradlew clean build

AddPerson class show how we can serialize it and ListPeople class show how we can deserialize it back.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages