From 1477eedfd75d4307e8744543d06e6e4ffa04b35d Mon Sep 17 00:00:00 2001 From: Kristoffer Sjogren Date: Sun, 17 Aug 2014 20:47:41 +0200 Subject: [PATCH] Serialization --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9dac17d..b7882a9 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o - [Science](#science) - [Search](#search) - [Security](#security) + - [Serialization](#serialization) - [Server](#server) - [Template Engine](#template-engine) - [Testing](#testing) @@ -307,6 +308,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [PicketLink](http://picketlink.org/) - PicketLink is an umbrella project for security and identity management for Java applications. * [Spring Security](http://projects.spring.io/spring-security/) - Focuses on authentication/authorization and protects against several attack vectors. +## Serialization + +* [flatbuffers](https://github.com/google/flatbuffers) - Memory Efficient Serialization Library. +* [Kryo](https://github.com/EsotericSoftware/kryo) - Java serialization and cloning: fast, efficient, automatic. +* [msgpack](https://github.com/msgpack/msgpack-java) - MessagePack serializer implementation for Java. +* [protostuff](https://github.com/protostuff/protostuff) - Java serialization library, proto compiler, code generator. + ## Server *Servers which are specifically used to deploy applications.*