Subj. :)
Google Protocol Buffer looks like really convenient serialization facilities. However generated java classes are suck not so good:
- no Option[]s
- no closures
- too much copying
- etc.
i.e. it is not Scala :)
Are there any known effort towards Scala code generator for protobuf (it shouldn't be too complex) or probably any other protobuf-like library with a Scala interface?
Thanks!
P.S.
http://code.google.com/p/protobuf-scala looks dead and
https://github.com/jeffplaisance/scala-protobuf is just a wrapper.