/ScalaBuff

the scala protocol buffers (protobuf) compiler

Primary LanguageScalaOtherNOASSERTION

ScalaBuff is a Scala Protocol Buffers (protobuf) compiler. It takes .proto files and outputs valid Scala classes that can be used by your code to receive or send protobuf messages.

Both the ScalaBuff generator and the generated Scala classes depend on Google's Java runtime for Protocol Buffers, which is provided with ScalaBuff.

The ScalaBuff Wiki contains more information. For API documentation, see the project Scaladoc.