summaryrefslogtreecommitdiffstats
path: root/talks/2011-01-12-protocol-buffers.html
blob: 619d44585822096ab4992a1f42bff234fae4fe23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 %}