Re: java class name different from proto file name

2009-08-04 Thread Stefan
Are you using Windows by any chance? On Aug 4, 11:54 am, Tai maitai.tru...@gmail.com wrote: I got a strange behaviour when compiling a protofile (e.g. MyClass.proto). The generated java class is then called MyClassProto. All other proto files works fine. As a workaround I have added the

[protobuf] Arbitrary corruption of repeated fields

2010-01-27 Thread Stefan
Hello everybody, I have a small dilemma with regards to protocol buffers. I read the documentation but I still do not see a clear answer (I only use the Java version of protocol buffers). I hope I am not missing something really obvious here ... I have the following setup: message Item {

Re: [protobuf] Immediate Interview ll System Engineer with Electrical experience ll Columbus, IN, (100% interview with in 2 days)

2020-09-04 Thread stefan
le.com/d/msgid/protobuf/CAP63fLH1i76_jcRt%2BnHhSrv53SauJgTMOcKoLy4rHU-AkB2ayA%40mail.gmail.com?utm_medium=email_source=footer>. Stefan -- ...ich hab' noch einen Koffer in Berlin... -- You received this message because you are subscribed to the Google Groups "Protocol Buffer

[protobuf] Using protoc as Java DTO generation framework

2012-02-09 Thread Stefan Majer
Hi, i want to use protoc simply to generate Java DTO using the builder Pattern. I dont need the (de)serialization functionality, as these dtos are used in a JEE/GWT project to interchange data. Is there a way to reduce protoc´s capabilities that way ? Greetings Stefan -- You received

[protobuf] Re: building libprotobuf-lite for iPhone

2012-08-22 Thread Stefan Misslinger
Here's my version, using iOS SDK 5.1: export ARCH=arm-apple-darwin10 export ARCH_PREFIX=$ARCH- export PLATFORM=iPhoneOS export SDKVER=5.1 export DEVROOT=/Applications/Xcode.app/Contents/Developer/Platforms/${PLATFORM}.platform/Developer export SDKROOT=$DEVROOT/SDKs/${PLATFORM}$SDKVER.sdk

[protobuf] protobufs 2.5.0

2013-09-28 Thread Stefan Sirakov
I am using eclipse and have compiled with protoc and included the protobuf java files in my project. I compiled by .proto file with protoc as well however I run into an error: com.google.protobuf.Descriptor cannot be resolved to a type And I am unsure why this is. I followed all the

[protobuf] OstreamOutputStream flush

2014-12-23 Thread Stefan Hong
I spent quite some time figuring out how to flush OstreamOutputStream because there is no Flush() method like in FileOutputStream. I finally realize that the only way to flush it is to delete it. It would be nice if this is mentioned somewhere in the document. Just a suggestion :) -- You

[protobuf] read ahead from protobuf stream

2018-04-28 Thread Stefan Seefeld
the best way to approach this ? Thanks, Stefan -- 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 protobuf+unsubscr...@googlegroups.co

Re: [protobuf] Wrong namespace for InitDefaults??? and AddDescriptors ?

2018-06-18 Thread Stefan Seefeld
I believe you are describing the issue I reported earlier (https://groups.google.com/forum/#!topic/protobuf/Ja8IBAntTM0), and after not receiving any response filed an bug report for here: https://github.com/google/protobuf/issues/4737. Stefan -- ...ich hab' noch einen Koffer

[protobuf] modular API: "package" vs. "import"

2018-06-05 Thread Stefan Seefeld
n that this is part of the CMake docs, I wouldn't expect this to have any bearing on protobuf itself.) Thanks, Stefan -- ...ich hab' noch einen Koffer in Berlin... -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubs

Re: [protobuf] read ahead from protobuf stream

2018-04-28 Thread Stefan Seefeld
wrapped object directly. Cheers, Stefan -- ...ich hab' noch einen Koffer in Berlin... -- 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, s

Re: [protobuf] Framing protocol for variant message stream

2018-06-28 Thread Stefan Seefeld
first read that size, then the string (of the given size), which I then deserialize using the protobuf API into my actual message / class. That trick allows me to stream arbitrary numbers of objects / messages. Stefan -- ...ich hab' noch einen Koffer in Berlin... -- You received th

Re: [protobuf] Immediately Interview QA Automation Tester. for my client in Rockville, MD.

2020-10-01 Thread Stefan Seefeld
Does this list not have a moderator who is able to block these unsolicited mails ?? It's really getting annoying... :-( Stefan -- ...ich hab' noch einen Koffer in Berlin... -- You received this message because you are subscribed to the Google Groups "Protocol Buffers&q

[protobuf] Protobuff project structure

2021-04-25 Thread Stefan Larie
Hello all I want to build a project using Java as server and Angular(ts) for client side I need to do something like a DTO project to define the structure of my enteties And seems like protobuff is a good way to do this , but I need to to have all protos in din different