Multiple choice technology web technology

Process of transforming the object from one form to another form for storage or transmission purposes is called

  1. Transformation

  2. Marshalling

  3. Conversion

  4. Typecast

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Marshalling is the process of converting an object into a format suitable for storage or transmission (like XML, JSON, binary). This enables objects to be sent across networks or saved persistently. Transformation and conversion are generic terms, while typecasting is changing the data type of a variable, not serializing an object.