An open API service indexing awesome lists of open source software.

https://github.com/ghusta/protocol-buffers-java-tuto

Protocol Buffers : tutorial for Java
https://github.com/ghusta/protocol-buffers-java-tuto

java protocol-buffers

Last synced: 3 months ago
JSON representation

Protocol Buffers : tutorial for Java

Awesome Lists containing this project

README

        

# Protocol Buffers : tutorial for Java

[![Build Status](https://travis-ci.org/ghusta/protocol-buffers-java-tuto.svg?branch=master)](https://travis-ci.org/ghusta/protocol-buffers-java-tuto)

This is a tutorial for Protocol Buffers with Java language.

_Protocol Buffers_ is Google's data interchange format

## Language Guide

Guide to writing `.proto` files.

* [proto2](https://developers.google.com/protocol-buffers/docs/proto)
* [proto3](https://developers.google.com/protocol-buffers/docs/proto3)

## IDE plugins

### For IntelliJ

* [Protobuf Support](https://plugins.jetbrains.com/plugin/8277-protobuf-support)

## References

* [Protocol Buffers Basics: Java ](https://developers.google.com/protocol-buffers/docs/javatutorial)
* [Java API](https://developers.google.com/protocol-buffers/docs/reference/java/)
* [GitHub project](https://github.com/protocolbuffers/protobuf)