encoding / decoding vs serialization / deserialization vs marshalling / unmarshalling vs parsing
·1 min
Basically all these terms are interchangeable:
- encoding == serialization == marshalling: the process of converting data into a format required for information processing.
- decoding == deserialization == unmarshalling == parsing: the process of converting data from a given format (usually continent for storage/transmission) to it’s original format.