Difference between marshalling and unmarshalling in distributed system
Answers
Answered by
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
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