[protobuf] Creating ProtoBuf Messages without the generated proxy classes

2016-08-05 Thread Philipp Weissenbacher
Hi all, We are currently implementing a testing library. One goal is to allow the client to test sending and receiving ProtoBuf messages. For this, we need a generic way to create them, without requiring the client to supply the generated proxy classes. This means MyType.getDefaultInstance()

Re: [protobuf] Creating ProtoBuf Messages without the generated proxy classes

2016-08-07 Thread Philipp Weissenbacher
Thanks for your repsonse Feng! We've ended up doing exactly that in Scala, actually. Regards, Philipp Op vrijdag 5 augustus 2016 20:23:30 UTC+2 schreef Feng Xiao: > > > > On Thu, Aug 4, 2016 at 5:47 AM, Philipp Weissenbacher < > philipp.we...@gmail.com > wrote: