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-14 Thread Shibha Malik
slightly wrong. Unfortunately we can't see any of that. But: speaking > generally: there's no reason it shouldn't work, so: we'd need more details > to provide useful help. > > On Thu, 13 Dec 2018 at 18:52, Shibha Malik wrote: > >> >> >> On Thursday, December 1

[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

[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 typ

[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=