akshay
Wed Nov 27 2019
Protocol buffers are a lightweight alternative to JSON format to share data between systems. You get the advantage of not having to write out serializers and deserializers by making use of a schema like contract file
.proto
. This file can be shared and used by protobuf compilers that de/serialize data into language of our choice.