What is object marshalling?

后端 未结 10 941
后悔当初
后悔当初 2020-12-13 01:42

I have heard this concept used frequently, but I don\'t have a really good grasp of what it is.

10条回答
  •  既然无缘
    2020-12-13 02:17

    People have defined marshalling quite clearly already, so I'll skip the definition and jump to an example.

    Remote procedure call uses marshalling. When invoking remote functions you will have to marshall the arguments to some kind of standard format so it can be transport across the network.

提交回复
热议问题