One of the advantages of gRPC is that it uses _____ for serialization, which is more efficient compared to JSON.

  • Protobuf
  • RESTful API
  • SOAP
  • XML
One of the advantages of gRPC is that it uses Protobuf (Protocol Buffers) for serialization, which is more efficient compared to JSON. Protobuf is a binary format that offers smaller message sizes and faster serialization and deserialization.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *