##How to setup
The following software should be preinstalled in your machine.
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.