Slide 12
Slide 12 text
#DevoxxUK @LeanderReimer
Protocol Buffers in a Nutshell
• Like XML or JSON - just smaller, faster and easier!
• Language-neutral, platform-neutral extensible mechanism for serializing
structured data
• Google Protobuf uses an efficient binary format to serialize data structures
• Data structures and message payloads are defined using an Interface Definition
Language (IDL)
• Protocol Buffers supports code generation for Java, Python, Objective-C, C++,
Kotlin, Dart, Go, Ruby und C#.
• Protobuf supports schema evolution and extension. Backwards and forwards
compatibility are supported