Re: [protobuf] Re: Getting IOException while deserializing a proto which contains a repeated JKL and JKL has a string type set ( works for repeated JKL and JKL has the same with int type set )

2018-12-13 Thread Marc Gravell
there's nothing wrong with those message definitions; you haven't told us which platform and/or library you're using, but: my hunch would be that you're transporting the data incorrectly in some way, meaning: corrupting it in *your* code - or the code you're using to compress/decompress is

[protobuf] Re: Getting IOException while deserializing a proto which contains a repeated Data and Data has a string type set ( works for repeated Data and Data has the same with int type set )

2018-12-13 Thread Shibha Malik
FYI i m using proto3 On Thursday, December 13, 2018 at 10:32:52 AM UTC-8, Shibha Malik wrote: > > Hi Team, > > i am getting IOException while deserializing a proto which contains a > repeated Data and Data has a string type set ( works for repeated Data and > Data has the same with int type set

[protobuf] Re: Getting IOException while deserializing a proto which contains a repeated JKL and JKL has a string type set ( works for repeated JKL and JKL has the same with int type set )

2018-12-13 Thread Shibha Malik
On Thursday, December 13, 2018 at 10:32:52 AM UTC-8, Shibha Malik wrote: > > Hi Team, > > i am getting IOException while deserializing a proto which contains a > repeated Data and Data has a string type set ( works for repeated Data and > Data has the same with int type set ) > > I have a

[protobuf] Getting IOException while deserializing a proto which contains a repeated Data and Data has a string type set ( works for repeated Data and Data has the same with int type set )

2018-12-13 Thread Shibha Malik
Hi Team, i am getting IOException while deserializing a proto which contains a repeated Data and Data has a string type set ( works for repeated Data and Data has the same with int type set ) I have a proto which has the following structure : message XYZData { ABCId abc_id = 1; DEF def=

Re: [protobuf] Protobuf Binary Size

2018-12-13 Thread 'Adam Cozzette' via Protocol Buffers
What architecture are you building for, and what level of optimization? On Wed, Dec 12, 2018 at 11:30 PM Roy Barda wrote: > Tried your approach, I have built my project statically against > protobuf-lite library (Release with the relevant compilation and linkage > flags) and reached a 7MB