Re: [protobuf] "Architectural" question - Java -> proto -> C#

2010-09-14 Thread Roberto Caldas
Yes, I tried to use the reflection API, but this doesn't seem right to me because I have to mantain 3 classes for the same entity. When I add a new attribute I'll have to update 3 files! I know I really cannot use JPA with the java code generated by protoc, but using the reflection API the best way

Re: [protobuf] "Architectural" question - Java -> proto -> C#

2010-09-15 Thread Roberto Caldas
ng java beans, http://code.google.com/p/protostuff might be able > to help. > > On Tue, Sep 14, 2010 at 8:27 PM, Roberto Caldas > wrote: > >> Yes, I tried to use the reflection API, but this doesn't seem right to me >> because I have to mantain 3 classes for the same en