Using Protocol Buffers in Swift | Ray Wenderlich

Protocol Buffers are a data interchange format created by Google that focus on efficiency, both in data size and serialisation cost. Think "super-efficient JSON or XML". Apple created a Swift plugin for the protobuf compiler, and in this screencast you can see how easy it is to start using protobufs in your Swift-based apps.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5011-using-protocol-buffers-in-swift

Is it possible to start linking the tutorials that these screencasts are based off of? It would save a lot of time trying to search for the corresponding tutorials.

Hi @simonqq

You found it OK in the end, right?

https://www.raywenderlich.com/149335/introduction-protocol-buffers-ios

I’ll see what we can do to improve cross-linking in future.

Thanks

sam