What is object marshalling?

后端 未结 10 962
后悔当初
后悔当初 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:14

    I beg to differ, Wikipedia is pretty clear on this.

    In computer science, marshalling (similar to serialization) is the process of transforming the memory representation of an object to a data format suitable for storage or transmission. It is typically used when data must be moved between different parts of a computer program or from one program to another.

    http://en.wikipedia.org/wiki/Marshalling_(computer_science)

提交回复
热议问题