[protobuf] Re: Nested Types in C# generated code causes serilization issue

2019-08-19 Thread arun kumar
@Marc Gravell, I auto-generated ".cs" files from each ".proto" file. . Whereever a message declared inside another message in proto, auto-generated cs file is generated as " Nested Types " and Types class is generated as static. (I guess , its how the generator defined) And, I am trying to con

[protobuf] Re: Nested Types in C# generated code causes serilization issue

2019-08-19 Thread Marc Gravell
And can we see some code that actually demonstrates this problem? That would really help here. -- 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+unsu

[protobuf] Nested Types in C# generated code causes serilization issue

2019-08-19 Thread arun kumar
All, I am new to the usage of proto buffer with C sharp.. All I try is to get the input in XML and convert to C# object and then using google protobuf to serialize and deserialize. While converting the xml input to C# object, i am getting below because of nested types --

Re: [protobuf] toolchain for protobuff

2019-08-19 Thread Ravi Salamani
@adam thanks for your input. I have went through the scripts. I am working on generating protoc for s390x system. I am able to edit the link and generate the protoc binary for s390x using following command