RE: [protobuf] Additional data types

2012-04-04 Thread Jawaid Hakim
would compile these into language specific data types (e.g. java.util.Date for Java and DateTime for C#). Jawaid Hakim Chief Technology Officer CodeStreet LLC 646 442 2804 www.codestreet.com -Original Message- From: Alexandru Turc [mailto:alex.t...@gmail.com] Sent: Wednesday, April 04

RE: [protobuf] Additional data types

2012-04-04 Thread Jawaid Hakim
using use multiple languages, including Java and C#, so a simple int64 for date representation does not work. Jawaid Hakim Chief Technology Officer CodeStreet LLC 646 442 2804 www.codestreet.com -Original Message- From: Alexandru Turc [mailto:alex.t...@gmail.com] Sent: Wednesday

RE: [protobuf] Additional data types

2012-04-05 Thread Jawaid Hakim
C# has a decimal type and Java has BigDecimal - 'decimal' seems like a generic data type name for Protocol Buffers. I hear you about making contributing a module; will see if that is possible. Jawaid Hakim Chief Technology Officer CodeStreet LLC 646 442 2804 www.codestreet.com -Original

[protobuf] Generate Protobuf message definitions from (Java) source

2020-07-23 Thread Jawaid Hakim
Hi, Our platform inter-operates between .NET (frontend) and Java (backend), communication channel is pub/sub (JMS), and serialization is done using a reflection based framework. The allows the frontend and backend development teams to just 'drop' domain specific objects into message containers

[protobuf] Re: Convert JAVA object to proto file

2020-07-23 Thread Jawaid Hakim
I'm very interested in this as well. On Friday, April 17, 2020 at 6:59:45 AM UTC-4, Sanjay Hingu wrote: > > Hello Everyone, > Is there any option to convert JAVA objects to proto file? > Can i have one proto Message extend another proto Message like we do it in > JAVA? > > > Regards, > Sanjay >