Serialization

This commit is contained in:
Kristoffer Sjogren
2014-08-17 20:47:41 +02:00
parent 6969ef1e6d
commit 1477eedfd7

View File

@ -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.*