MARSHALL(V.) TO COMPACT THE VALUES OF SEVERAL VARIABLES
marshall(v.) To compact the values of several variables, arrays, or structures into a single contiguous block of memory; copying values out of a block of memory is called unmarshalling. In most message passing systems, data must be marshalled to be sent in a single message.