C++'s FileDescriptor::DebugString() produces text that is reparsable as a .proto file
On Thu, Feb 3, 2011 at 12:52 PM, Ben Wright <[email protected]> wrote: > I've started a project generating new FileDescriptors at runtime in > Java using FileDescriptorProto in order to dynamically extend a base > type. > > I have a class that generates .proto files (StringBuilder) and one > that generates FileDescriptorProto. > > What I was wondering was if there was a class (in java or c++ that can > turn a FileDescriptor / FileDescriptorProto into a .proto text file. > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/protobuf?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
