From 3e89b8ad114a616ff2379f76900ec8e9ecd5fa92 Mon Sep 17 00:00:00 2001 From: Marcos Passos Date: Fri, 30 Jun 2017 17:32:19 -0300 Subject: [PATCH 1/3] Add Java PHP serializer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2db92b0..c3b8682 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ A curated list of awesome Java frameworks, libraries and software. * [FST](https://github.com/RuedigerMoeller/fast-serialization) - JDK-compatible, high-performance object graph serialization. * [Kryo](https://github.com/EsotericSoftware/kryo) - Fast and efficient object graph serialization framework. * [MessagePack](https://github.com/msgpack/msgpack-java) - Efficient binary serialization format. +* [PHP Serializer](https://github.com/marcospassos/java-php-serializer) - Library for serializing objects as PHP serialization format. ## Server From 304c806c7312101e6efa52392444c274ef406e4e Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 24 Oct 2017 11:49:14 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b8682..2cb2f82 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ A curated list of awesome Java frameworks, libraries and software. * [FST](https://github.com/RuedigerMoeller/fast-serialization) - JDK-compatible, high-performance object graph serialization. * [Kryo](https://github.com/EsotericSoftware/kryo) - Fast and efficient object graph serialization framework. * [MessagePack](https://github.com/msgpack/msgpack-java) - Efficient binary serialization format. -* [PHP Serializer](https://github.com/marcospassos/java-php-serializer) - Library for serializing objects as PHP serialization format. +* [PHP Serializer](https://github.com/marcospassos/java-php-serializer) - Library for serializing objects in the PHP serialization format. ## Server From 4c0ac929706e14f6f98ce6a7ed3f645a082279cd Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 24 Oct 2017 11:49:41 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cb2f82..28673a2 100644 --- a/README.md +++ b/README.md @@ -747,7 +747,7 @@ A curated list of awesome Java frameworks, libraries and software. * [FST](https://github.com/RuedigerMoeller/fast-serialization) - JDK-compatible, high-performance object graph serialization. * [Kryo](https://github.com/EsotericSoftware/kryo) - Fast and efficient object graph serialization framework. * [MessagePack](https://github.com/msgpack/msgpack-java) - Efficient binary serialization format. -* [PHP Serializer](https://github.com/marcospassos/java-php-serializer) - Library for serializing objects in the PHP serialization format. +* [PHP Serializer](https://github.com/marcospassos/java-php-serializer) - Serializing objects in the PHP serialization format. ## Server