Tuesday, August 31, 2021

Recommendation of an Effective Serialization Framework

With persistence or network transmission, we need a serialization framework.

XML and JSON are readable, but not so effective.  Protobuf/thrift/avro has good performance, but there is a need to write IDL and import a heavy library.



from DZone.com Feed https://ift.tt/3gOJ8dR

No comments:

Post a Comment