Skip to content
SandroGrzicic edited this page Aug 19, 2011 · 17 revisions

ScalaBuff is a Scala Protocol Buffers 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 depends on Google's Java runtime (classes) for Protocol Buffers.

Table of contents

Clone this wiki locally