| ▲ | kelseydh 3 days ago | |
A change in the direction of protobufs to reduce serialization and transfer costs of data exchange seems most likely the next trend. | ||
| ▲ | Diti a day ago | parent [-] | |
This 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. | ||