4 ms·
A change in the direction of protobufs to reduce serialization and transfer costs of data exchange seems most likely the next trend.
by kelseydh 1mo ago
A change in the direction of protobufs to reduce serialization and transfer costs of data exchange seems most likely the next trend.
- Diti 1mo agoThis has been a solved problem for at least two decades. Use ASN.1 and choose your encoding rules accordingly: JER when you need JSON, XER when you need XML, and switch to BER/DER when you need to reduce transfer costs.