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

https://github.com/emahtab/java-projects

Repository to store Java projects
https://github.com/emahtab/java-projects

grpc jackson-databind java protobuf serialization-deserialization

Last synced: 3 months ago
JSON representation

Repository to store Java projects

Awesome Lists containing this project

README

          

# Java Projects

This repository contains Java projects code.

## 1. Serializing & Deserializing objects using Jackson Json
[jackson-json-serialization](https://github.com/eMahtab/java-projects/tree/master/jackson-json-serialization)

## 2. Serializing & Deserializing objects using Protobuf
[protobuf-example](https://github.com/eMahtab/java-projects/tree/master/protobuf-example)

## 3. Deserializing Protocol Buffers in Node.js (different runtime)
[nodejs-protobuf-deserialization](https://github.com/eMahtab/java-projects/tree/master/nodejs-protobuf-deserialization)

## 4. Simple gRPC server and client example
[simple-grpc-example](https://github.com/eMahtab/java-projects/tree/master/simple-grpc-example)