3

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.

tuxSlayer
  • 2,804
  • 2
  • 20
  • 24

1 Answers1

4

The latest effort I know of is ScalaBuff, started by Sandro Grzicic, and continued by Gerolf Seitz, who also started development of an corresponding branch of his sbt-protobuf-plugin.

retronym
  • 54,768
  • 12
  • 155
  • 168