Comment on Ask HN: Experience with Protocol BuffersComments−pwpwp16yIf your data layout is fairly static, PBs are good.What I did for an app was encode a kind of JSON in PBs:http://pwpwp.blogspot.com/2009/08/storing-json-as-protocol-b...
Comments
If your data layout is fairly static, PBs are good.
What I did for an app was encode a kind of JSON in PBs:
http://pwpwp.blogspot.com/2009/08/storing-json-as-protocol-b...