REST vs JSON-RPC? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago. Improve this question I’m trying to chose between REST and JSON-RPC for developing an API for a web application. … Read more

What is the difference between Serialization and Marshaling?

I know that in terms of several distributed techniques (such as RPC), the term “Marshaling” is used but don’t understand how it differs from Serialization. Aren’t they both transforming objects into series of bits? Related: What is Serialization? What is Object Marshalling? 13 s 13 Marshaling and serialization are loosely synonymous in the context of … Read more