[protobuf] generate proto msg from Java pojo class

2018-04-04 Thread Ganesh kuyate
Please let me know, how i can generate proto message from custom java pojo class. -- 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 protobuf+unsubscr...@goog

[protobuf] generate proto msg from Java pojo class

2018-04-04 Thread Ganesh kuyate
Hi, I am having java class as Public class Person { Private string name; Private int age; Setter/getter } Want to generate proto file for above Person class with values in it. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group