1 Comment
⭠ Return to thread

Good share!

So you define your message schema in proto file.

This is compiled to generate code in system specific language.This code is Protobuf.

Now this handy code, can be easily imported in to the programs.

We can define our data by hydrating the schema we wrote earlier. Serialising and de-serialising is also easy, as the protobuf file provides methods to do it already!

Expand full comment