The process of converting a transmitted network byte stream back into in-memory object structures on the remote server is termed:
ACompilation
BParsing
CUnmarshaling (Deserialization)
DLinking
Explanation
Unmarshaling converts serialized wire data formats back into runtime programming language object representations.

No Comments