What is Marshalling?

Questions by Beena   answers by Beena

Showing Answers 1 - 4 of 4 Answers

Hari

  • Oct 13th, 2005
 

Marshalling is usually required when passing the output parameters of a program written in one language as input to a program written in another language.

  Was this answer useful?  Yes

Swami

  • Oct 22nd, 2005
 

It is for remote COM

  Was this answer useful?  Yes

shan

  • Dec 7th, 2005
 

In a distributed environment, client sends its request as a bundle. its like adding header to the data. This process of bundling data is called marshelling.

  Was this answer useful?  Yes

chandu

  • Jan 27th, 2006
 

The process of packing one or more items of data into a message buffer, prior to transmitting that message buffer over a communication channel. The packing process not only collects together values which may be stored in non-consecutive memory locations but also converts data of different types into a standard representation agreed with the recipient of the message

Give your answer:

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

 

Related Answered Questions