yes, i understand that, but since i use protocol buffers anyway i
thought i might just as well use them for saving/loading parameters
from config files.
In such case:
a) files must be human readable and changable
b) some obsolete parameters might be removed, but i still want old
config files to be readable by new version of the program
regards,
Micha
On Aug 14, 10:44 pm, "Kenton Varda" <
ken...@google.com> wrote:
> TextFormat isn't really intended to be used in this way. TextFormat is
> intended to facilitate communication between software and human programmers.
> Communication between two pieces of software should always be done in
> binary format. There's almost never a need to parse unknown fields in text
> written by a human.
>