Comment on Demystifying the protobuf wire formatComments−conaclos2yFor the ones looking for a minimal and conservative binary format, there is BARE [1]. It is in the process of standardization.[1] https://baremessages.org/−martinky242yWhy would one use BARE over the handful of more well known serialization libraries at this point? For example, what makes it stand out over protobuf? It's not jumping out to me.
Comments
For the ones looking for a minimal and conservative binary format, there is BARE [1]. It is in the process of standardization.
[1] https://baremessages.org/
Why would one use BARE over the handful of more well known serialization libraries at this point? For example, what makes it stand out over protobuf? It's not jumping out to me.