Techwarelabs Community

Techwarelabs Community (https://www.techwarelabs.com/community/index.php)
-   Networking (https://www.techwarelabs.com/community/forumdisplay.php?f=10)
-   -   Term of the Day: data marshalling (https://www.techwarelabs.com/community/showthread.php?t=786)

Keefe 06-18-2001 05:06 PM

Term of the Day: data marshalling
 
Data Marshalling

The process of gathering data and transforming it into a standard format before it is transmitted over a network so that the data can transcend network boundaries. In order for an object to be moved around a network, it must be converted into a data stream that corresponds with the packet structure of the network transfer protocol. This conversion is known as data marshalling. Data pieces are collected in a message buffer before they are marshaled. When the data is transmitted, the receiving computer converts the marshaled data back into an object.

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


All times are GMT -5. The time now is 02:17 PM.

Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.