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
- Host: GitHub
- URL: https://github.com/ghusta/protocol-buffers-java-tuto
- Owner: ghusta
- Created: 2018-09-04T14:32:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T17:59:41.000Z (9 months ago)
- Last Synced: 2025-01-06T22:35:59.346Z (5 months ago)
- Topics: java, protocol-buffers
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Protocol Buffers : tutorial for Java
[](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)