| |
GeekInterview.com > Interview Questions > Microsoft > Mixed
| Print | |
Question: What is Marshalling
Answer: Answered by Nitin Sharma on 2005-05-12 02:52:10: Marshalling is the process of gathering data from one or more applications or non-contiguous sources in computer storage, putting the data pieces into a message buffer, and organizing or converting the data into a format that is prescribed for a particular receiver or programming interface.
|
| March 03, 2007 02:31:44 |
#5 |
| Modhumita |
Member Since: Visitor Total Comments: N/A |
RE: What is Marshalling |
| Marshalling is the process of packing/encapsulating the data when sending across the network so that the data gets transmitted without being lost. Marshalling is necessary bcoz the format in which data exists in a particular process may not be the same as existant in the network. |
| |
Back To Question | |