jankotek / elsa

Java serialization, faster and space efficient version of ObjectOutputStream
Apache License 2.0
45 stars 9 forks source link

Check scala serialization #10

Open jankotek opened 7 years ago

jankotek commented 7 years ago

Check serialization of Scala collections (maps, lists) is efficient. It should use Elsa graph traversal for entries, rather than fall-back into ObjectOutputStream for entire collection.