Learning four basic knowledge on Apache Thrift official website
Four serialization mechanism
4.1 basic knowledge
Thrift supports serialization and deserialization of binary, compressed format, and json format data. Developers can choose the specific form of the protocol more flexibly. The protocol is freely extensible. The new version of the protocol is fully compatible with the old version!Previously ...
Added by ravnen on Sun, 06 Mar 2022 15:30:13 +0200