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() (as suggested here <https://groups.google.com/forum/#!searchin/protobuf/generic|sort:relevance/protobuf/w3enqjfLQ4k/fRtI_WjlwxcJ>) would not work.
So, is there a generic way to create ProtoBuf messages (e.g. from .proto files) at runtime? BTW, we're using Scala/Java and protobuf2. Sincerely, Philipp -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
