What is Marshalling


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.  

Showing Answers 1 - 10 of 10 Answers

shaheda

  • Mar 16th, 2005
 

Marshalling in simple terms is transfering of data from one location to another location

Nitin Sharma

  • May 12th, 2005
 

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.  

  Was this answer useful?  Yes

swag

  • Jan 9th, 2006
 

Marshalling is the process of sending data across application domain/context/boundries.

  Was this answer useful?  Yes

balaji

  • Oct 7th, 2006
 

Hai,

Marshalling is nothing but gathering or packaging the information into message for transferring across the network requird in distributed environment .

  Was this answer useful?  Yes

Modhumita

  • Mar 21st, 2007
 

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.

  Was this answer useful?  Yes

nalini singh

  • Jul 7th, 2015
 

Marshalling is the process of transferring the data from the environment you are in to the environment outside of your environment.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions