All Projects → srid99 → protostuff-example

srid99 / protostuff-example

Licence: Apache-2.0 license
Experimenting protostuff

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to protostuff-example

methanol
⚗️ Lightweight HTTP extensions for Java
Stars: ✭ 172 (+1223.08%)
Mutual labels:  protobuf, jackson
Protostuff
Java serialization library, proto compiler, code generator
Stars: ✭ 1,730 (+13207.69%)
Mutual labels:  protobuf, protostuff
Myth
Reliable messages resolve distributed transactions
Stars: ✭ 1,470 (+11207.69%)
Mutual labels:  protobuf, kryo
protostuff-compiler
Protobuf parser, java code and documentation generator
Stars: ✭ 42 (+223.08%)
Mutual labels:  protobuf, protostuff
schema-gen
XML Schema code generator outputting Swift, Kotlin and Java
Stars: ✭ 25 (+92.31%)
Mutual labels:  jackson
protoc-plugin
A protoc compiler plugin for Clojure applications
Stars: ✭ 28 (+115.38%)
Mutual labels:  protobuf
id-mask
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger. This library bases its security on strong cryptographic primitives.
Stars: ✭ 39 (+200%)
Mutual labels:  jackson
neofs-api-go
NeoFS API Golang repository contains implementation of core NeoFS structures that can be used for integration with NeoFS.
Stars: ✭ 14 (+7.69%)
Mutual labels:  protobuf
gosproto
基于云风的sproto二进制标准上的描述文件及代码生成工具
Stars: ✭ 52 (+300%)
Mutual labels:  protobuf
sisyphus
Sisyphus is the way how we provide backend services.
Stars: ✭ 59 (+353.85%)
Mutual labels:  protobuf
tilegrinder
♻️ A node.js GIS helper library for easy alteration of Vector Tiles in an MBTiles container
Stars: ✭ 64 (+392.31%)
Mutual labels:  protobuf
skinny-micro
🎤 Micro Web framework to build Servlet applications in Scala, the core part of Skinny Framework 2
Stars: ✭ 57 (+338.46%)
Mutual labels:  jackson
grpc-jwt-spring-boot-starter
Spring boot starter for gRPC framework with JWT authorization
Stars: ✭ 24 (+84.62%)
Mutual labels:  protobuf
qtprotobuf
Protobuf generator and bindings for Qt framework
Stars: ✭ 138 (+961.54%)
Mutual labels:  protobuf
better-serializer
General serializer for PHP. An alternative to JmsSerializer.
Stars: ✭ 27 (+107.69%)
Mutual labels:  jackson
compatip
A simple tool to ensure compatibility between microservices
Stars: ✭ 13 (+0%)
Mutual labels:  protobuf
protobuf-tools
Latest version of protobuf and dozen of plugins. All in a small Docker image
Stars: ✭ 19 (+46.15%)
Mutual labels:  protobuf
twjitm-core
采用Netty信息加载实现长连接实时通讯系统,客户端可以值任何场景,支持实时http通讯、webSocket通讯、tcp协议通讯、和udp协议通讯、广播协议等 通过http协议,rpc协议。 采用自定义网络数据包结构, 实现自定义网络栈。
Stars: ✭ 98 (+653.85%)
Mutual labels:  protobuf
protoactor-go
Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin
Stars: ✭ 4,138 (+31730.77%)
Mutual labels:  protobuf
jsonschema-generator
Java JSON Schema Generator – creating JSON Schema (Draft 6, Draft 7, Draft 2019-09, or Draft 2020-12) from Java classes
Stars: ✭ 213 (+1538.46%)
Mutual labels:  jackson

protostuff-example

Experimenting protostuff along with other serializers like Jackson/Fasterxml/Kryo/Protobuf. There is also a (simple) benchmark test included to see the performance.

Run the below maven command to see the benchmark result

mvn clean test

This example is implemented based on "protostuff-runtime"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].