Skip to content

Commit 353b313

Browse files
committed
Merge pull request #158 from ochrons/add_boopickle_lib
Add link to BooPickle serialization library.
2 parents dd1c6fe + 97109fe commit 353b313

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ All these testing frameworks cross-compile on the JVM and JS.
106106

107107
* [uPickle](https://github.com/lihaoyi/upickle): cross-compiling statically-typed pickling (via typeclasses/macros) for both Scala/JVM and Scala.js
108108
* [Prickle](https://github.com/benhutchison/prickle): cross-compiling statically-typed pickling library with support for pickling object graphs containing shared objects and cycles
109+
* [BooPickle](https://github.com/ochrons/boopickle): highly efficient binary serialization for both Scala and Scala.js
109110
* [Scala.js Pickling](https://github.com/scala-js/scala-js-pickling): cross-compiling pickling library based on explicit registration of picklers
110111

111112
### Client-server communication

0 commit comments

Comments
 (0)