Business Studies, asked by Arunraj7973, 1 year ago

Difference between marshalling and unmarshalling in distributed system

Answers

Answered by kotiexalter
6
In few words, "marshalling" refers to the process of converting the data or the objects inbto a byte-stream, and "unmarshalling" is the reverse process of converting the byte-stream beack to their original data or object. 

Answered by bestanswers
5

Marshalling is the process of transforming the memory representation of an object to a data format suitable for the storage and transmission.

Unmarshalling refers to the process of transforming a representation of an object that is used for storage or transmission to a representation of the object that is executable.

Similar questions