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

2010-09-15 Thread Roberto Caldas
://code.google.com/p/protostuff might be able to help. On Tue, Sep 14, 2010 at 8:27 PM, Roberto Caldas roberto.cal...@gmail.comwrote: 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

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