[protobuf] Re: Interface definition and Implementation - Protocol buffer

2015-06-16 Thread reetesh
Can somebody help me on that? Reetesh On Monday, June 15, 2015 at 10:33:33 PM UTC+5:30, reetesh wrote: Hi , We need help on the following queries. 1. How to define and implement java interface in .proto file. 2. How to define Java Constant in .proto file. 3. Can we import java file

[protobuf] Interface definition and Implementation - Protocol Buffer

2015-06-15 Thread reetesh
. Like if I have following scenarios Example:- Class Reetesh{ private ListIBooks books; static final age= 50; } IBooks is a interface. Can somebody help us to define .proto file for that.? -- You received this message because you are subscribed to the Google Groups Protocol Buffers group

[protobuf] Java Interface Definition and Implementation

2015-06-15 Thread reetesh
Hi , We need help on the following queries. 1. How to define and implement java interface in .proto file. 2. How to define Java Constant in .proto file. 3. Can we import java file in .proto file. Example:- Reetesh { private static final int age = 40; private ListIBook book; } IBook

[protobuf] Interface definition and Implementation - Protocol buffer

2015-06-15 Thread reetesh
Hi , We need help on the following queries. 1. How to define and implement java interface in .proto file. 2. How to define Java Constant in .proto file. 3. Can we import java file in .proto file. Example:- Reetesh { private static final int age = 40; private ListIBook book; } IBook