Skip to content

Commit 46f66d1

Browse files
committed
deploy: 1d7a882
1 parent 8d7feec commit 46f66d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
</span></span><span style=display:flex><span><span style=color:#000>email</span> <span style=color:#ce5c00;font-weight:700>=</span> <span style=color:#000>john</span><span style=color:#000;font-weight:700>.</span><span style=color:#000>email</span><span style=color:#000;font-weight:700>();</span>
2727
</span></span></code></pre></div><p class=caption>Using a generated class to parse persisted data.</p></div></div><div class=row><div class=col-md><h2 id=what-are-protocol-buffers>What Are Protocol Buffers?</h2><p>Protocol buffers are Google&rsquo;s language-neutral, platform-neutral, extensible
2828
mechanism for serializing structured data – think XML, but smaller, faster, and
29-
simpler. You define how you want your data to be structured once, then you can
30-
use special generated source code to easily write and read your structured data
31-
to and from a variety of data streams and using a variety of languages.</p></div><div class=col-md><h2 id=pick-your-favorite-language>Pick Your Favorite Language</h2><p>Protocol buffers support generated code in C++, C#, Dart, Go, Java,
29+
simpler. You define how you want your data to be structured once, and then you
30+
can use special generated source code to easily write and read your structured
31+
data to and from a variety of data streams and using a variety of languages.</p></div><div class=col-md><h2 id=pick-your-favorite-language>Pick Your Favorite Language</h2><p>Protocol buffers support generated code in C++, C#, Dart, Go, Java,
3232
Kotlin,
3333
Objective-C, Python, and Ruby. With proto3, you can also work with PHP.</p></div><div class=col-md><h2 id=how-do-i-start>How Do I Start?</h2><ol><li><a href=https://github.com/protocolbuffers/protobuf#protobuf-compiler-installation>Download
3434
and install</a> the protocol buffer compiler.</li><li>Read the

0 commit comments

Comments
 (0)