From 97109fe764aa8b1b535201d8879b5577056bf818 Mon Sep 17 00:00:00 2001 From: Otto Chrons Date: Sat, 13 Jun 2015 00:38:29 +0300 Subject: [PATCH] Add link to BooPickle serialization library. --- index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/index.md b/index.md index 17aea201..cb696cb8 100644 --- a/index.md +++ b/index.md @@ -106,6 +106,7 @@ All these testing frameworks cross-compile on the JVM and JS. * [uPickle](https://github.com/lihaoyi/upickle): cross-compiling statically-typed pickling (via typeclasses/macros) for both Scala/JVM and Scala.js * [Prickle](https://github.com/benhutchison/prickle): cross-compiling statically-typed pickling library with support for pickling object graphs containing shared objects and cycles +* [BooPickle](https://github.com/ochrons/boopickle): highly efficient binary serialization for both Scala and Scala.js * [Scala.js Pickling](https://github.com/scala-js/scala-js-pickling): cross-compiling pickling library based on explicit registration of picklers ### Client-server communication