Quiz
- Serialization to file is the action of taking data from ___ memory and putting it in ___ memory.
- Non-volatile, volatile
- Volatile, non-volatile
- Deserialization from file is the action of taking data from ___ memory and putting it in ___ memory.
- Non-volatile, volatile
- Volatile, non-volatile
- What is availability in the context of serialization and deserialization?
- The time it takes for deserialization to make the data available in your code
- The time it takes for serialization to make the data available in a file
- None of the above
- When is serialized data considered human-readable?
- If we can, by any means, decode the data
- If a machine can easily read it
- If humans can easily understand the structure of the data