Serialization
This commit is contained in:
@ -34,6 +34,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
|
|||||||
- [Science](#science)
|
- [Science](#science)
|
||||||
- [Search](#search)
|
- [Search](#search)
|
||||||
- [Security](#security)
|
- [Security](#security)
|
||||||
|
- [Serialization](#serialization)
|
||||||
- [Server](#server)
|
- [Server](#server)
|
||||||
- [Template Engine](#template-engine)
|
- [Template Engine](#template-engine)
|
||||||
- [Testing](#testing)
|
- [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.
|
* [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.
|
* [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
|
## Server
|
||||||
|
|
||||||
*Servers which are specifically used to deploy applications.*
|
*Servers which are specifically used to deploy applications.*
|
||||||
|
Reference in New Issue
Block a user