Modern Data Serialization Method

In this blog, I’m gonna discuss about the modern method for data serialization which is Protocol buffers usually referred as Protobuf. It’s a binary communication format designed by Google which allow us to serialization and deserialization of structured data. But wait, the above tasks can also be done by other formats like JSON or XML, so why google choose to designed a new communication format ? As we all know that almost all big tech giants are majorly focusing on high performance and optimized speed. [Read More]
#Protobuf  #gRPC