[protobuf] Re: How to compile protocol buffers schema at runtime in Java?

2015-04-06 Thread osuciu
Made the first beta release, protobuf-dynamic 0.9, have a look perhaps, I think it's quite easy to use https://github.com/os72/protobuf-dynamic -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receivin

[protobuf] Re: How to compile protocol buffers schema at runtime in Java?

2015-03-21 Thread osuciu
I've investigated this and decided to implement an API that's easier to use: https://github.com/os72/protobuf-dynamic -- 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 e

[protobuf] Re: How to compile protocol buffers schema at runtime in Java?

2015-02-13 Thread osuciu
Hi Burak, This sounds intriguing - i'm curious how you create a schema dynamically at runtime, do you have sample code you could share? I'm also curious what performance difference you measured between DynamicMessage vs generated POJO class. (I use DynamicMessage very successfully to avoid POJ