Re:Re: [protobuf] Is any method available to convert a protobuf object to XML?

2011-06-22 Thread jianhua
Thanks Gravell's support on this issue. In terms of the difficulities, we try to use another solution, use protobuf to produce C++ object, then convert C++ object to XML by serialization moudle on boost library. At 2011-06-22 13:25:16,"Marc Gravell" wrote: There's no direct XML relationship

Re: [protobuf] Is any method available to convert a protobuf object to XML?

2011-06-21 Thread andy yu
Hey guys; Is any implemented method available now? Otherwise I need to use TinyXML to achieve those tough convert issue? Thanks. On Tue, Jun 21, 2011 at 7:27 PM, yujianhua1...@126.com < yujianhua1...@126.com> wrote: > Hey all; > > Is any method available to convert a protobuf object to XML? Th

[protobuf] Is any method available to convert a protobuf object to XML?

2011-06-21 Thread yujianhua1...@126.com
Hey all; Is any method available to convert a protobuf object to XML? The backgound of this question is that original projects the all based on XML to serial object, we need a bridge to convert current protobuf object to XML runtime? Questions: 1. Is this kind of solution availabe now? 2. If y