summaryrefslogtreecommitdiffstats
path: root/talks/2011-01-12-protocol-buffers.html
diff options
context:
space:
mode:
Diffstat (limited to 'talks/2011-01-12-protocol-buffers.html')
-rw-r--r--talks/2011-01-12-protocol-buffers.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/talks/2011-01-12-protocol-buffers.html b/talks/2011-01-12-protocol-buffers.html
new file mode 100644
index 0000000..619d445
--- /dev/null
+++ b/talks/2011-01-12-protocol-buffers.html
@@ -0,0 +1,24 @@
+{% meta %}
+ title: Protocol Buffers - Google's data interchange format
+ lecturer: [Daniel Seifert](http://www.inf.fu-berlin.de/groups/ag-ki/members/Seifert.html)
+ slides: protobuf.pdf
+
+ location: Hörsaal der Informatik
+ time: 18:00 Uhr
+
+ parent_tmpl: _talks.html
+{% endmeta %}
+
+
+{% mark abstract %}
+[Protocol Buffers](http://code.google.com/p/protobuf) ist eine von Google
+entwickelte Methode zur Serialisierung von Daten in ein effizientes
+Binärformat. Dieser Vortrag gibt einen Einstieg in die Verwendung von protobuf
+und Einblick in Aufbau und Funktionsweise.
+{% endmark %}
+
+
+{% mark links %}
+* [Protobuf](http://code.google.com/p/protobuf)
+* [Thrift](http://incubator.apache.org/thrift/)
+{% endmark %}