This is a comparison and benchmark of various binary serialization formats and libraries used in JavaScript. I was myself trying to decide what binary serialization format I should use in my personal ...
Is your feature request related to a problem? Please describe. Type forward and backward compatible serialization is a common requirement for RPC between ...