[protobuf] ProtoBuff with Scala

2013-01-15 Thread Florian Johannßen
Hi everybody, is it possible to use ProtoBuff in Scala-projects? Do you have made any experience with it? Kind regards Florian -- You received this message because you are subscribed to the Google Groups Protocol Buffers group. To view this discussion on the web visit

[protobuf] Maintenance effort with protobuf

2013-05-06 Thread Florian Johannßen
Hi folks, I am just integrating protobuf in our distributed system to replace the slowly java serialization. Our system is written in Scala and we have much traffic of sending immutable data (Updates) among client and server. So, I think we can improve our performance with protobuf. Firstly