Re: [protobuf] Re: What are some protobufs security measures?

2016-07-11 Thread 'Feng Xiao' via Protocol Buffers
On Mon, Jul 11, 2016 at 3:39 PM, Oi Lee wrote: > How do you compile protobuf-Python to use C++ protobuf library? I think > I'm using pure-Python protobuf implementation but not totally sure. > How did you install protobuf python? If you install it through PyPI, it's pure

[protobuf] Re: What are some protobufs security measures?

2016-07-11 Thread Oi Lee
How do you compile protobuf-Python to use C++ protobuf library? I think I'm using pure-Python protobuf implementation but not totally sure. On Friday, July 8, 2016 at 4:29:46 PM UTC-6, Josh Haberman wrote: > > This is a complicated question and hard to answer in a general way. > > When

[protobuf] Re: What are some protobufs security measures?

2016-07-11 Thread Oi Lee
Thank you for the quick response! :) On Friday, July 8, 2016 at 4:29:46 PM UTC-6, Josh Haberman wrote: > > This is a complicated question and hard to answer in a general way. > > When protobuf-Python is compiled to use the C++ protobuf library, it will > use C++ for all parsing. So all of the

Re: [protobuf] GPB Beta 3: Case for C# Enum case

2016-07-11 Thread 'Jon Skeet' via Protocol Buffers
On 11 July 2016 at 19:33, Arthur Griffith wrote: > I completely understand the desire to follow a convention, but ill make > some arguments here > >- *C# conventions are not strong. *This is a bit of a 'musing', but I >have found that C# developers do not

Re: [protobuf] GPB Beta 3: Case for C# Enum case

2016-07-11 Thread Arthur Griffith
I completely understand the desire to follow a convention, but ill make some arguments here - *C# conventions are not strong. *This is a bit of a 'musing', but I have found that C# developers do not tend to follow a single standard, most probably because there is no official standard.

Re: [protobuf] GPB Beta 3: Case for C# Enum case

2016-07-11 Thread 'Feng Xiao' via Protocol Buffers
+jonskeet On Mon, Jul 11, 2016 at 9:34 AM, Arthur Griffith < agriff...@desertowlgames.com> wrote: > In GPB beta 3, C# Enums have been forced to exist as pascal case, rather > than honoring the the .proto file definition exactly (as they do in java, > and earlier GPB3 versions). > > 1. while it

[protobuf] GPB Beta 3: Case for C# Enum case

2016-07-11 Thread Arthur Griffith
In GPB beta 3, C# Enums have been forced to exist as pascal case, rather than honoring the the .proto file definition exactly (as they do in java, and earlier GPB3 versions). 1. while it is defined as a 'C# standard', Microsoft explicitly states that their 'code standard' is not an actual

[protobuf] Exception while using Protobuf converter in Retrofit ? I am trying to deserialise Json response using proto buf

2016-07-11 Thread pradeep mallika
> > java.lang.RuntimeException: > com.google.protobuf.InvalidProtocolBufferException: Protocol message tag > had invalid wire type. at > retrofit2.converter.protobuf.ProtoResponseBodyConverter.convert(ProtoResponseBodyConverter.java:40) > > at >

[protobuf] Any one used Retrofit and Protobuf

2016-07-11 Thread pradeep mallika
Any one used Retrofit and Protobuf, If so Pls share some example code. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to