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
- Host: GitHub
- URL: https://github.com/emahtab/java-projects
- Owner: eMahtab
- Created: 2025-01-08T07:47:50.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-28T16:49:47.000Z (about 1 year ago)
- Last Synced: 2025-03-09T14:46:14.350Z (about 1 year ago)
- Topics: grpc, jackson-databind, java, protobuf, serialization-deserialization
- Language: Java
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)