What is object marshalling?

Brian G picture Brian G · Sep 30, 2008 · Viewed 25.6k times · Source

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

Answer

Adrian picture Adrian · Sep 30, 2008

Converting an object in memory into a format that can be written to disk, or sent over the wire, etc.

Wikipedia's description.