Search This Blog

Sunday, November 1, 2009

What do you understand by terms marshalling and Unmarshalling ??

Marshalling refers to the process of converting a Java Object to a XML Document (In byte stream) and then
data in form of byte (which is actually XML doc) is ready to go over the network.
Unmarshalling is the process of representing Java Objects from a XML Document (From byte stream).

No comments:

Post a Comment

Thanks for your comment, will revert as soon as we read it.

Popular Posts