ScalaLoader's serialization framework will now generate bytecode that converts your java collections into types that can be serialized and deserialized properly.
Additionally, you can now customize the serialization behaviour for types you don't own using the new experimental Codec api.