Possible Duplicate:
Why is the concept of Marshalling called as such?
Why the conversion between two types is called Marshalling! What is the meaning behind Marshal
, why we don't just use the word convert
, is there any difference. Please try to keep a simple english as possible as you can.
Because it's not the same thing.
From Wikipedia:
In computer science, marshalling (sometimes spelled marshaling, 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.