XML vs. Google's new protobufs(cafeconleche.org)
cafeconleche.org
XML vs. Google's new protobufs
http://www.cafeconleche.org/oldnews/news2008July8.html
2 comments
Mr. Harold is missing the point here. Protocol buffers are not meant to replace XML as a "public" API transport, they are meant to replace it on backend solutions, where one entity controls both endpoints.
So what? The .proto file may not be a BNF grammar but it tells an application what to expect and presumably the generated code can check for validity. e.g.
Is that really any different from