Explain Marshalling and demarshalling.

Technology CommunityCategory: JavaExplain Marshalling and demarshalling.
VietMX Staff asked 3 years ago

When an application wants to pass its memory objects across a network to another host or persist it to storage, the in-memory representation must be converted to a suitable format. This process is called marshalling and the revert operation is called demarshalling.